From bfafa8143fbff5ff7ea3e5e8eb9fdc331db794a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 2 Sep 2020 18:26:00 +0200 Subject: [PATCH] Rename test to proper issue ID rather than year https://github.com/CGAL/cgal/issues/3382 --- .../Straight_skeleton_2/{issue2013.txt => data/issue3382.txt} | 0 .../test/Straight_skeleton_2/{issue2013.cpp => issue3382.cpp} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Straight_skeleton_2/test/Straight_skeleton_2/{issue2013.txt => data/issue3382.txt} (100%) rename Straight_skeleton_2/test/Straight_skeleton_2/{issue2013.cpp => issue3382.cpp} (98%) diff --git a/Straight_skeleton_2/test/Straight_skeleton_2/issue2013.txt b/Straight_skeleton_2/test/Straight_skeleton_2/data/issue3382.txt similarity index 100% rename from Straight_skeleton_2/test/Straight_skeleton_2/issue2013.txt rename to Straight_skeleton_2/test/Straight_skeleton_2/data/issue3382.txt diff --git a/Straight_skeleton_2/test/Straight_skeleton_2/issue2013.cpp b/Straight_skeleton_2/test/Straight_skeleton_2/issue3382.cpp similarity index 98% rename from Straight_skeleton_2/test/Straight_skeleton_2/issue2013.cpp rename to Straight_skeleton_2/test/Straight_skeleton_2/issue3382.cpp index 94997d97fbe..1313d5bd62e 100644 --- a/Straight_skeleton_2/test/Straight_skeleton_2/issue2013.cpp +++ b/Straight_skeleton_2/test/Straight_skeleton_2/issue3382.cpp @@ -66,7 +66,7 @@ void print_polygon_in_double(const Polygon_2& poly) { void read_polygon_from_file(Polygon_2& pgn) { - std::ifstream in("issue2013.txt"); + std::ifstream in("data/issue3382.txt"); CGAL::Gmpq gx, gy; while(in >> gx >> gy) {