summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-30 16:45:14 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-30 16:45:14 (GMT)
commit8b803e4bf8d33df7c21b886c681963e80f2b2f8b (patch)
tree1ee3ce64a15f162755fd7561ca5bcd45e3b258bb /test
parent28014abf13ca64031b8b84dcf585ec4569881ab0 (diff)
downloaduscxml-8b803e4bf8d33df7c21b886c681963e80f2b2f8b.zip
uscxml-8b803e4bf8d33df7c21b886c681963e80f2b2f8b.tar.gz
uscxml-8b803e4bf8d33df7c21b886c681963e80f2b2f8b.tar.bz2
Trying to get fixed test-predicates into git
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..2b2146e 100644
--- a/test/src/test-predicates.cpp
+++ b/test/src/test-predicates.cpp
@@ -30,6 +30,7 @@ int main(int argc, char** argv) {
assert(Interpreter::isParallel(parallelState));
assert(!Interpreter::isCompound(parallelState)); // parallel states are not compound!
+
NodeSet<std::string> initialState = interpreter->getInitialStates();
assert(initialState[0] == atomicState);