summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-03-19 02:44:35 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-03-19 02:44:35 +0100
commit2c5e6c606ee37cd68bbe9f9915dba99f7677dd87 (patch)
tree04b239cd2730109a29f65d0977e76aeed1c7bbf5
parent0548f27c1eff7c4692861fbba525bce26e1989f6 (diff)
Minor changes.
-rw-r--r--matching/tests/test_list.txt2
-rw-r--r--matching/tests/test_matching_distance.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/matching/tests/test_list.txt b/matching/tests/test_list.txt
index 1984606..28ee48b 100644
--- a/matching/tests/test_list.txt
+++ b/matching/tests/test_list.txt
@@ -1 +1 @@
-prism_lesnick_1.bif prism_lesnick_2.bif 1.0
+prism_1.bif prism_2.bif 1.0
diff --git a/matching/tests/test_matching_distance.cpp b/matching/tests/test_matching_distance.cpp
index aa08cfe..12eb2f3 100644
--- a/matching/tests/test_matching_distance.cpp
+++ b/matching/tests/test_matching_distance.cpp
@@ -128,7 +128,7 @@ TEST_CASE("Different bounds", "[bounds]")
}
}
-TEST_CASE("Bifiltrations from file", "[matching_distance][small_example][lesnick]")
+TEST_CASE("Bifiltrations from file", "[matching_distance][small_example]")
{
std::string fname_a, fname_b;