Skip to content

Commit

Permalink
Rev'd SCION submodule to latest. Changed TestSCXML to use relative pa…
Browse files Browse the repository at this point in the history
…th. Updated run-tests-rhino.sh to pull down latest npm module deps of scxml-test-framework. All tests pass.
  • Loading branch information
jbeard4 committed Jul 19, 2012
1 parent 3b650c5 commit 67ed76f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/TestSCXML.java
Expand Up @@ -6,7 +6,8 @@

public class TestSCXML {
public static void main(String[] args){
SCXML scxml = new SCXML("/home/jbeard/workspace/scion/scxml-test-framework/test/basic/basic1.scxml");

SCXML scxml = new SCXML("./js-lib/SCION/test/scxml-test-framework/test/basic/basic1.scxml");

scxml.registerListener(
new SCXMLListener(){
Expand Down
2 changes: 1 addition & 1 deletion test/run-tests-rhino.sh
@@ -1,5 +1,5 @@
#!/bin/bash
npm install request #in case we don't have it
npm install request underscore nopt node-static #in case we don't have it

#start the server
java -cp lib/js.jar:build/class/ org.mozilla.javascript.tools.shell.Main -debug test/rhino-test-server.js &
Expand Down

0 comments on commit 67ed76f

Please sign in to comment.