summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-03 16:11:57 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-03 16:11:57 (GMT)
commit2ef535ff30882be189ac0937096d9f0f51d5723a (patch)
tree1320d9275df8fe4db9dc1422c5aaacf8895cf110 /test
parent21679512089060a7c3e5efdebd799d6237d40ca5 (diff)
downloaduscxml-2ef535ff30882be189ac0937096d9f0f51d5723a.zip
uscxml-2ef535ff30882be189ac0937096d9f0f51d5723a.tar.gz
uscxml-2ef535ff30882be189ac0937096d9f0f51d5723a.tar.bz2
Fixed two stupid bugs
Diffstat (limited to 'test')
-rw-r--r--test/src/test-predicates.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/test-predicates.cpp b/test/src/test-predicates.cpp
index 08aa3e1..58faffb 100644
--- a/test/src/test-predicates.cpp
+++ b/test/src/test-predicates.cpp
@@ -13,6 +13,7 @@ int main(int argc, char** argv) {
using namespace Arabica::XPath;
Interpreter* interpreter = Interpreter::fromURI(argv[1]);
+ interpreter->init();
assert(interpreter);
Node<std::string> atomicState = interpreter->getState("atomic");