Index: client/dom/scripts/databasebuilder_test.py |
diff --git a/client/dom/scripts/databasebuilder_test.py b/client/dom/scripts/databasebuilder_test.py |
index e38bca32c3413acd414ad63c73134ffed3045a15..6a3d27356c87849587c8f766e1d021c649746d77 100755 |
--- a/client/dom/scripts/databasebuilder_test.py |
+++ b/client/dom/scripts/databasebuilder_test.py |
@@ -97,7 +97,7 @@ ACTUAL: |
def test_renames(self): |
file_name = self._create_input('input.idl', ''' |
module M { |
- interface I { |
+ [Constructor(in T x)] interface I { |
T op(T x); |
readonly attribute N::T attr; |
}; |
@@ -107,7 +107,7 @@ ACTUAL: |
self._builder.merge_imported_interfaces([]) |
self._db.Save() |
self._assert_content_equals('i.idl', ''' |
- interface i { |
+ [Constructor(in t x)] interface i { |
/* Attributes */ |
getter attribute t attr; |
/* Operations */ |