From 9c5adc432c0bd439394035f654ac2d4dc7b034cb Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 2 Jan 2014 00:48:55 -0500 Subject: [PATCH] Unit Tests - Renamed duration.t.cpp to old_duration.t.cpp, ready for the new duration tests. --- test/CMakeLists.txt | 2 +- test/{duration.t.cpp => old_duration.t.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{duration.t.cpp => old_duration.t.cpp} (100%) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 13a8ba8bf..036af4564 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,7 +7,7 @@ include_directories (${CMAKE_SOURCE_DIR} ${TASK_INCLUDE_DIRS}) set (test_SRCS autocomplete.t color.t config.t date.t directory.t dom.t - duration.t file.t i18n.t json.t list.t msg.t nibbler.t path.t + old_duration.t file.t i18n.t json.t list.t msg.t nibbler.t path.t rx.t t.t t2.t taskmod.t tdb2.t text.t tree.t uri.t utf8.t util.t view.t width.t json_test iso8601d.t iso8601p.t) diff --git a/test/duration.t.cpp b/test/old_duration.t.cpp similarity index 100% rename from test/duration.t.cpp rename to test/old_duration.t.cpp