From d3528ffce4092e0b28b9494f96555368bf8945b9 Mon Sep 17 00:00:00 2001 From: AgostonSzepessy Date: Sun, 6 Mar 2016 18:47:35 -0500 Subject: components/script/dom/bindings/codegen/parser/update.sh now downloads all the latest *.py tests from https://hg.mozilla.org/mozilla-central/archive/tip.tar.gz/dom/bindings/parser/tests/ --- components/script/dom/bindings/codegen/parser/tests/test_callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/dom/bindings/codegen/parser/tests/test_callback.py') diff --git a/components/script/dom/bindings/codegen/parser/tests/test_callback.py b/components/script/dom/bindings/codegen/parser/tests/test_callback.py index 267d27dc087..4dfda1c3c76 100644 --- a/components/script/dom/bindings/codegen/parser/tests/test_callback.py +++ b/components/script/dom/bindings/codegen/parser/tests/test_callback.py @@ -12,7 +12,7 @@ def WebIDLTest(parser, harness): results = parser.finish() harness.ok(True, "TestCallback interface parsed without error.") - harness.check(len(results), 2, "Should be one production.") + harness.check(len(results), 2, "Should be two productions.") iface = results[0] harness.ok(isinstance(iface, WebIDL.IDLInterface), "Should be an IDLInterface") -- cgit v1.2.3