summaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-13 12:38:26 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-13 12:38:26 (GMT)
commit422dedee98e956a7f4cffa69a4ba0a34716dec7f (patch)
tree2e3c4d3b8d851f89a40cc632f2d9472c673aaa01 /test/src
parentd35b69b97dead2e50dda697f0fb0d5e574bbf205 (diff)
downloaduscxml-422dedee98e956a7f4cffa69a4ba0a34716dec7f.zip
uscxml-422dedee98e956a7f4cffa69a4ba0a34716dec7f.tar.gz
uscxml-422dedee98e956a7f4cffa69a4ba0a34716dec7f.tar.bz2
Polished java datamodel example
Diffstat (limited to 'test/src')
-rw-r--r--test/src/scxml-test-framework-client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/scxml-test-framework-client.cpp b/test/src/scxml-test-framework-client.cpp
index 8fbdf75..6c50f07 100644
--- a/test/src/scxml-test-framework-client.cpp
+++ b/test/src/scxml-test-framework-client.cpp
@@ -152,7 +152,7 @@ public:
std::string token = jsonReq.compound["event"].compound["sessionToken"].atom;
assert(_interpreters.find(token) != _interpreters.end());
uscxml::Event event;
- event.type = uscxml::Event::INTERNAL;
+ event.eventType = uscxml::Event::INTERNAL;
event.name = jsonReq.compound["event"].compound["name"].atom;
std::cout << "Sending event " << event << std::endl;
// evhttp_request_free(_interpreters[token].second);