diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-08-25 10:41:58 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-08-25 10:41:58 (GMT) |
commit | 26183abd9acd44a0382e55cc985795ee7c526aed (patch) | |
tree | a9d9289397b65892dbad037d02460cf2d04597fb /contrib | |
parent | bd45c688b3d3aad5d62b85457ce943eaadf989ae (diff) | |
download | uscxml-26183abd9acd44a0382e55cc985795ee7c526aed.zip uscxml-26183abd9acd44a0382e55cc985795ee7c526aed.tar.gz uscxml-26183abd9acd44a0382e55cc985795ee7c526aed.tar.bz2 |
Updated W3C tests and bug-fixes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ctest/CTestCustom.ctest.in | 32 | ||||
-rw-r--r-- | contrib/dom/idl/SCXMLEvent.idl | 2 |
2 files changed, 33 insertions, 1 deletions
diff --git a/contrib/ctest/CTestCustom.ctest.in b/contrib/ctest/CTestCustom.ctest.in index 098e4e2..e263147 100644 --- a/contrib/ctest/CTestCustom.ctest.in +++ b/contrib/ctest/CTestCustom.ctest.in @@ -7,6 +7,7 @@ # grep -ori 'datamodel="null' . # skip xpath datamodel tests +# these are manual or xpath tests generated by the ecma generator set(CTEST_CUSTOM_TESTS_IGNORE "ecma/test178.scxml" "ecma/test230.scxml" @@ -14,6 +15,37 @@ set(CTEST_CUSTOM_TESTS_IGNORE "ecma/test307.scxml" "ecma/test313.scxml" "ecma/test314.scxml" + "ecma/test415.scxml" + "ecma/test463.scxml" + "ecma/test464.scxml" + "ecma/test465.scxml" + "ecma/test466.scxml" + "ecma/test467.scxml" + "ecma/test468.scxml" + "ecma/test469.scxml" + "ecma/test470.scxml" + "ecma/test473.scxml" + "ecma/test474.scxml" + "ecma/test475.scxml" + "ecma/test476.scxml" + "ecma/test477.scxml" + "ecma/test478.scxml" + "ecma/test479.scxml" + "ecma/test480.scxml" + "ecma/test481.scxml" + "ecma/test482.scxml" + "ecma/test483.scxml" + "ecma/test537.scxml" + "ecma/test539.scxml" + "ecma/test540.scxml" + "ecma/test542.scxml" + "ecma/test543.scxml" + "ecma/test544.scxml" + "ecma/test546.scxml" + "ecma/test547.scxml" + "ecma/test555.scxml" + "ecma/test568.scxml" + ) diff --git a/contrib/dom/idl/SCXMLEvent.idl b/contrib/dom/idl/SCXMLEvent.idl index fbb7661..67f5070 100644 --- a/contrib/dom/idl/SCXMLEvent.idl +++ b/contrib/dom/idl/SCXMLEvent.idl @@ -7,7 +7,7 @@ const unsigned short EXTERNAL = 2; const unsigned short PLATFORM = 3; - [CustomGetter, EmptyAsNull] readonly attribute DOMString eventType; + [CustomGetter, EmptyAsNull] readonly attribute DOMString type; readonly attribute DOMString name; [EmptyAsNull] readonly attribute DOMString origin; [EmptyAsNull] readonly attribute DOMString origintype; |