summaryrefslogtreecommitdiffstats
path: root/test/src/test-w3c.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-08 19:47:41 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-08 19:47:41 (GMT)
commit525daee195c5593f077d837a689f2c5d26f91fb0 (patch)
treec440d0b75fae0d73cf28a5724909933c3d97420c /test/src/test-w3c.cpp
parent9479a0d91c1bb9241324dea4f92b50405d17e97b (diff)
downloaduscxml-525daee195c5593f077d837a689f2c5d26f91fb0.zip
uscxml-525daee195c5593f077d837a689f2c5d26f91fb0.tar.gz
uscxml-525daee195c5593f077d837a689f2c5d26f91fb0.tar.bz2
Fixed x-www-form-urlencoded post parsing
Diffstat (limited to 'test/src/test-w3c.cpp')
-rw-r--r--test/src/test-w3c.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/test-w3c.cpp b/test/src/test-w3c.cpp
index 94cafa4..db8c764 100644
--- a/test/src/test-w3c.cpp
+++ b/test/src/test-w3c.cpp
@@ -137,6 +137,9 @@ int main(int argc, char** argv) {
W3CStatusMonitor* vm = new W3CStatusMonitor();
interpreter.addMonitor(vm);
+// if (interpreter.getDataModel().getNames().find("ecmascript") != interpreter.getDataModel().getNames().end()) {
+// }
+
interpreter.start();
while(interpreter.runOnMainThread(25));
}