summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptvalue/tst_qscriptvalue.h
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-12-10 17:01:19 +0100
committerOlivier Goffart <olivier.goffart@nokia.com>2010-12-10 17:08:39 +0100
commit275cf4baf5fb4c0fe28c192a1f5c295cb6032549 (patch)
tree7186a11bf68f60d6005813ab7aabe9874cff3f3e /tests/auto/qscriptvalue/tst_qscriptvalue.h
parentf602d82b542fb41099f6a1eb5a73a0e341e68fa0 (diff)
downloadqt4-tools-275cf4baf5fb4c0fe28c192a1f5c295cb6032549.tar.gz
QScript tests, sync the tests with the v8 branch
Diffstat (limited to 'tests/auto/qscriptvalue/tst_qscriptvalue.h')
-rw-r--r--tests/auto/qscriptvalue/tst_qscriptvalue.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qscriptvalue/tst_qscriptvalue.h b/tests/auto/qscriptvalue/tst_qscriptvalue.h
index 46f5526bc6..6f55bc351b 100644
--- a/tests/auto/qscriptvalue/tst_qscriptvalue.h
+++ b/tests/auto/qscriptvalue/tst_qscriptvalue.h
@@ -127,7 +127,8 @@ private slots:
void getSetProperty_resolveMode();
void getSetProperty_twoEngines();
void getSetProperty_gettersAndSetters();
- void getSetProperty_gettersAndSettersThrowError();
+ void getSetProperty_gettersAndSettersThrowErrorNative();
+ void getSetProperty_gettersAndSettersThrowErrorJS();
void getSetProperty_gettersAndSettersOnNative();
void getSetProperty_gettersAndSettersOnGlobalObject();
void getSetProperty_gettersAndSettersChange();
@@ -178,6 +179,8 @@ private slots:
void objectId();
void nestedObjectToVariant_data();
void nestedObjectToVariant();
+ void propertyFlags_data();
+ void propertyFlags();
private: