summaryrefslogtreecommitdiffstats
path: root/test/src/test-url.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-22 18:26:20 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-22 18:26:20 (GMT)
commitc7f8f82d632f3d205ef6de6377115ea0f7536302 (patch)
treee9b3246ac897f31293a8592ac836562f6e454d00 /test/src/test-url.cpp
parentaed71bb1cc4209156f132b34041982521bf78025 (diff)
downloaduscxml-c7f8f82d632f3d205ef6de6377115ea0f7536302.zip
uscxml-c7f8f82d632f3d205ef6de6377115ea0f7536302.tar.gz
uscxml-c7f8f82d632f3d205ef6de6377115ea0f7536302.tar.bz2
Use actual curl message for errors regarding URLs
Diffstat (limited to 'test/src/test-url.cpp')
-rw-r--r--test/src/test-url.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/test-url.cpp b/test/src/test-url.cpp
index 7b72250..f2d0cb9 100644
--- a/test/src/test-url.cpp
+++ b/test/src/test-url.cpp
@@ -26,6 +26,7 @@ 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();
delete interpreter;
}