Skip to content
Snippets Groups Projects
Commit 87c5c5bf authored by vincent  lorrain's avatar vincent lorrain
Browse files

fix GraphRegex test

parent d759b214
No related branches found
No related tags found
1 merge request!29GraphRegex interface class
Pipeline #33946 failed
...@@ -46,7 +46,7 @@ TEST_CASE("GraphRegexUser") { ...@@ -46,7 +46,7 @@ TEST_CASE("GraphRegexUser") {
} }
// SECTION("CC") { SECTION("CC") {
...@@ -70,7 +70,7 @@ TEST_CASE("GraphRegexUser") { ...@@ -70,7 +70,7 @@ TEST_CASE("GraphRegexUser") {
const std::string query = "Conv->Conv"; const std::string query = "Conv->Conv";
const std::string query2 = "Conv->FC"; const std::string query2 = "Conv->FC";
//sut->setNodeKey("FC","getType($) =='FC'"); sut->setNodeKey("FC","getType($) =='FC'");
sut->addQuery(query); sut->addQuery(query);
sut->addQuery(query2); sut->addQuery(query2);
...@@ -80,5 +80,5 @@ TEST_CASE("GraphRegexUser") { ...@@ -80,5 +80,5 @@ TEST_CASE("GraphRegexUser") {
REQUIRE(solution->getQuery() == query); REQUIRE(solution->getQuery() == query);
} }
//} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment