diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-08 03:53:42 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-08 04:20:13 (GMT) |
commit | 224189f1531bc9e2e25b9ea72038e240bd3550a9 (patch) | |
tree | 764cfb9ae80f6e3767c35963a1924534779cdd9a /tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp | |
parent | 4e86f05efe32275117f686d6ae3b39eb0a7621af (diff) | |
download | Qt-224189f1531bc9e2e25b9ea72038e240bd3550a9.zip Qt-224189f1531bc9e2e25b9ea72038e240bd3550a9.tar.gz Qt-224189f1531bc9e2e25b9ea72038e240bd3550a9.tar.bz2 |
Fix test.
Diffstat (limited to 'tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp')
-rw-r--r-- | tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp b/tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp index c747bfc..a1aceb7 100644 --- a/tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp +++ b/tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp @@ -526,6 +526,7 @@ void tst_qdeclarativeinstruction::dump() << "-------------------------------------------------------------------------------" << "0\t\t0\tINIT\t\t\t0\t3\t-1\t-1" << "1\t\t1\tCREATE\t\t\t0\t\t\t\"Test\"" + << "1\t\t1\tCREATE_SIMPLE\t\t-1" << "2\t\t2\tSETID\t\t\t0\t\t\t\"testId\"" << "3\t\t3\tSET_DEFAULT" << "4\t\t4\tCREATE_COMPONENT\t3" |