Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #335 from jbeard4/issue-327
Browse files Browse the repository at this point in the history
Fixes issue 327
  • Loading branch information
jbeard4 committed Jan 27, 2015
2 parents 0d13a2d + 88048cd commit 8e9ac47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"optimist": "0.6.1",
"sax": "0.6.0",
"scion-core": "git://github.com/jbeard4/scion-core.git#73039703d4d6a3abaca27031171a7bbb4cee746f",
"scion-core": "git://github.com/jbeard4/scion-core.git#cbd197e44adc39599902d43b38c85aa3d589c524",
"esprima": "~1.2.2"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion test/run-tests-node.sh
Expand Up @@ -94,7 +94,8 @@ node scxml-test-framework/lib/test-client.js -v -r console \
scxml-test-framework/test/w3c-ecma/test550.txml.scxml \
scxml-test-framework/test/w3c-ecma/test551.txml.scxml \
scxml-test-framework/test/w3c-ecma/test552.txml.scxml \
scxml-test-framework/test/w3c-ecma/test558.txml.scxml
scxml-test-framework/test/w3c-ecma/test558.txml.scxml \
scxml-test-framework/test/misc/*.scxml
#FIXME w3c-ecma-modified/test301 should kill the process not raise error.
#FIXME issue #29 - re-enable scxml-test-framework/test/actionSend/*.scxml \

Expand Down
2 changes: 1 addition & 1 deletion test/scxml-test-framework
Submodule scxml-test-framework updated 2 files
+4 −0 test/misc/deep-initial.json
+18 −0 test/misc/deep-initial.scxml

0 comments on commit 8e9ac47

Please sign in to comment.