summaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-14 08:43:05 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-14 08:43:05 (GMT)
commit01e7e16d34b23b1198455809860abe4e43d9606a (patch)
tree8b184a60e812a2cd835d15cb304d6a46792ca9e3 /test/src
parenta22c9ab9c1a72bee6802dc8ada771930253f140b (diff)
downloaduscxml-01e7e16d34b23b1198455809860abe4e43d9606a.zip
uscxml-01e7e16d34b23b1198455809860abe4e43d9606a.tar.gz
uscxml-01e7e16d34b23b1198455809860abe4e43d9606a.tar.bz2
Apps working again
Diffstat (limited to 'test/src')
-rw-r--r--test/src/test-url.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/src/test-url.cpp b/test/src/test-url.cpp
index 5e8ea02..86fcb9f 100644
--- a/test/src/test-url.cpp
+++ b/test/src/test-url.cpp
@@ -29,9 +29,9 @@ public:
int main(int argc, char** argv) {
{
- Interpreter interpreter = Interpreter::fromURI("https://raw.github.com/tklab-tud/uscxml/master/test/samples/uscxml/test-execution.scxml");
- assert(interpreter);
- interpreter.interpret();
+// Interpreter interpreter = Interpreter::fromURI("https://raw.github.com/tklab-tud/uscxml/master/test/samples/uscxml/test-execution.scxml");
+// assert(interpreter);
+// interpreter.interpret();
}
{