diff base/test/main.cpp @ 883:4cc8265c4611

RangeMapperTest -> TestRangeMapper
author Chris Cannam
date Thu, 06 Feb 2014 10:14:19 +0000
parents eb6b6a88faed
children 451f7f3ab6e7
line wrap: on
line diff
--- a/base/test/main.cpp	Fri Jan 31 17:25:24 2014 +0000
+++ b/base/test/main.cpp	Thu Feb 06 10:14:19 2014 +0000
@@ -11,7 +11,7 @@
     COPYING included with this distribution for more information.
 */
 
-#include "RangeMapperTest.h"
+#include "TestRangeMapper.h"
 
 #include <QtTest>
 
@@ -26,7 +26,7 @@
     app.setApplicationName("test-svcore-base");
 
     {
-	RangeMapperTest t;
+	TestRangeMapper t;
 	if (QTest::qExec(&t, argc, argv) == 0) ++good;
 	else ++bad;
     }