From 0e725e8ebe2221de9347d130c6df54e9afd99017 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Thu, 18 Apr 2019 13:07:08 +0200 Subject: [PATCH] fix arbology test, part2 --- alib2integrationtest/test-src/tests/arbologyTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alib2integrationtest/test-src/tests/arbologyTest.cpp b/alib2integrationtest/test-src/tests/arbologyTest.cpp index 960488207c..47f8dc0658 100644 --- a/alib2integrationtest/test-src/tests/arbologyTest.cpp +++ b/alib2integrationtest/test-src/tests/arbologyTest.cpp @@ -147,7 +147,7 @@ TEST_CASE ( "Arbology tests | nonlinear pattern ends", "[integration]" ) { auto definition = GENERATE ( as < std::tuple < std::string, std::string, size_t > > ( ), std::make_tuple ( "Exact Nonlinear Tree Pattern Automaton (PrefixRanked)", "arbology::exact::ExactNonlinearTreePatternAutomaton (PrefixRankedTree)$subject <(tree::SubtreeWildcard::get $pattern) <(tree::NonlinearAlphabet::get $pattern) | automaton::determinize::Determinize - |" - "(SetOfObjects)automaton::run::Result - (LinearString)(PrefixRankedNonlinearPattern) $pattern (DefaultStateType) { :Object } ", 80 ) ); + "(SetOfObjectPairs)automaton::run::Result - (LinearString)(PrefixRankedNonlinearPattern) $pattern (DefaultStateType) { :Object } | dataAccess::PairSetSecond -", 80 ) ); auto exact = "arbology::exact::ExactPatternMatch $subject $pattern | arbology::transform::BeginToEndIndex (PrefixRankedTree) $subject -"; auto pattern = EGenerateType::NONLINEAR_PATTERN_SINGLE_VAR; -- GitLab