diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-27 17:20:59 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-27 17:20:59 (GMT) |
commit | d4a78a99b6dfef5413ae4e969f3865f3b6f1a45d (patch) | |
tree | 32d6ad1532b41c27daebe04a4130fc58ba38b6b7 /src/bindings/swig | |
parent | 24d5c93edd48e7ec2db37cce22b1f98b19adc78b (diff) | |
download | uscxml-d4a78a99b6dfef5413ae4e969f3865f3b6f1a45d.zip uscxml-d4a78a99b6dfef5413ae4e969f3865f3b6f1a45d.tar.gz uscxml-d4a78a99b6dfef5413ae4e969f3865f3b6f1a45d.tar.bz2 |
Removed local path
Diffstat (limited to 'src/bindings/swig')
-rw-r--r-- | src/bindings/swig/php/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/swig/php/test.php b/src/bindings/swig/php/test.php index e6566b2..f0c9e06 100644 --- a/src/bindings/swig/php/test.php +++ b/src/bindings/swig/php/test.php @@ -47,7 +47,7 @@ $interpreter->addMonitor($monitor); $interpreter->interpret(); // start interpreter as a thread -$interpreter = Interpreter::fromURI('/Users/sradomski/Documents/TK/Code/uscxml/test/samples/uscxml/test-invoked.scxml'); +$interpreter = Interpreter::fromURI('https://raw.github.com/tklab-tud/uscxml/master/test/samples/uscxml/test-invoked.scxml'); $parentQueue = new ParentQueue(); $interpreter->setParentQueue($parentQueue); $interpreter->start(); |