From 9e8185f51f9a65e581fe4b14bc9040900ed8c2f2 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Thu, 18 Apr 2019 10:47:32 +0200 Subject: [PATCH] fix arbology tests --- 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 30fb5500fa..960488207c 100644 --- a/alib2integrationtest/test-src/tests/arbologyTest.cpp +++ b/alib2integrationtest/test-src/tests/arbologyTest.cpp @@ -149,7 +149,7 @@ TEST_CASE ( "Arbology tests | nonlinear pattern ends", "[integration]" ) { "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 ) ); - auto exact = "arbology::exact::ExactPatternMatch $subject $pattern | arbology::transform::BeginToEndIndex $subject -"; + auto exact = "arbology::exact::ExactPatternMatch $subject $pattern | arbology::transform::BeginToEndIndex (PrefixRankedTree) $subject -"; auto pattern = EGenerateType::NONLINEAR_PATTERN_SINGLE_VAR; SECTION ( "Test files" ) { -- GitLab