| Index: client/dom/scripts/idlparser_test.py
|
| diff --git a/client/dom/scripts/idlparser_test.py b/client/dom/scripts/idlparser_test.py
|
| index e1753373017ec51a1eaade23c07442119ef39085..7155da78704d117b2e99d21f0ccfd4c0fcf02e6a 100755
|
| --- a/client/dom/scripts/idlparser_test.py
|
| +++ b/client/dom/scripts/idlparser_test.py
|
| @@ -152,14 +152,6 @@ ERROR : %s''' % (all_syntaxes[syntax], content, expected, actual, error))
|
| '@Ano1 @Ano2() @Ano3(x) @Ano4(x=1,y=2) interface I {};',
|
| [('Interface', [('Annotation', [('Id', 'Ano1')]), ('Annotation', [('Id', 'Ano2')]), ('Annotation', [('Id', 'Ano3'), ('AnnotationArg', [('Id', 'x')])]), ('Annotation', [('Id', 'Ano4'), ('AnnotationArg', [('Id', 'x'), ('AnnotationArgValue', '1')]), ('AnnotationArg', [('Id', 'y'), ('AnnotationArgValue', '2')])]), ('Id', 'I')])])
|
|
|
| - def test_snippets(self):
|
| - self._run_test(
|
| - idlparser.FREMONTCUT_SYNTAX,
|
| - '''interface I {
|
| - snippet {bla bla bla bla};
|
| - };''',
|
| - [('Interface', [('Id', 'I'), ('Snippet', [('SnippetText', 'bla bla bla bla')])])])
|
| -
|
|
|
| if __name__ == "__main__":
|
| logging.config.fileConfig("logging.conf")
|
|
|