summaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-16 00:44:21 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-16 00:44:21 (GMT)
commitf33e8148fc6e214886a8b24fc9d743ee25da7d61 (patch)
tree84eedf9bb648756e42489d65ab634a0b98dc2326 /test/src
parentb92c2f64953e8aabbf3644dc03524de048764c6a (diff)
downloaduscxml-f33e8148fc6e214886a8b24fc9d743ee25da7d61.zip
uscxml-f33e8148fc6e214886a8b24fc9d743ee25da7d61.tar.gz
uscxml-f33e8148fc6e214886a8b24fc9d743ee25da7d61.tar.bz2
Renamed nonsense curlReq to evhttpReq
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 7b4db5c..d6ffd96 100644
--- a/test/src/scxml-test-framework-client.cpp
+++ b/test/src/scxml-test-framework-client.cpp
@@ -35,7 +35,7 @@ public:
}
virtual void afterCompletion(uscxml::Interpreter interpreter) {
- _interpreters[interpreter.getName()].second.curlReq = NULL;
+ _interpreters[interpreter.getName()].second.evhttpReq = NULL;
}
virtual void beforeMicroStep(uscxml::Interpreter interpreter) {}
virtual void beforeTakingTransitions(uscxml::Interpreter interpreter, const Arabica::XPath::NodeSet<std::string>& transitions) {}