| Index: client/dom/scripts/idlnode_test.py
|
| diff --git a/client/dom/scripts/idlnode_test.py b/client/dom/scripts/idlnode_test.py
|
| index 86e2b21fc69c950890dad9800db1b5a7fa3df5bf..7d22a330780f9925b469b243f364d7ee50b9f2b9 100755
|
| --- a/client/dom/scripts/idlnode_test.py
|
| +++ b/client/dom/scripts/idlnode_test.py
|
| @@ -141,14 +141,6 @@ AST :
|
| 'interface Shape {}; interface Rectangle : Shape {}; interface Square : Rectangle, Shape {};',
|
| {'interfaces': [{'id': 'Shape'}, {'parents': [{'type': {'id': 'Shape'}}], 'id': 'Rectangle'}, {'parents': [{'type': {'id': 'Rectangle'}}, {'type': {'id': 'Shape'}}], 'id': 'Square'}]})
|
|
|
| - def test_snippets(self):
|
| - self._run_test(
|
| - idlparser.FREMONTCUT_SYNTAX,
|
| - '''interface I {
|
| - snippet {bla bla bla bla};
|
| - };''',
|
| - {'interfaces': [{'id': 'I', 'snippets': [{'text': 'bla bla bla bla'}]}]})
|
| -
|
| if __name__ == "__main__":
|
| logging.config.fileConfig("logging.conf")
|
| if __name__ == '__main__':
|
|
|