diff base/test/svcore-base-test.cpp @ 1615:24dc8cb42755 single-point

Rename a number of classes and methods (including Point -> Event); comments
author Chris Cannam
date Thu, 07 Mar 2019 15:44:09 +0000
parents 23a29e5dc0e9
children 172bd3374adf
line wrap: on
line diff
--- a/base/test/svcore-base-test.cpp	Thu Mar 07 14:35:57 2019 +0000
+++ b/base/test/svcore-base-test.cpp	Thu Mar 07 15:44:09 2019 +0000
@@ -20,7 +20,7 @@
 #include "TestVampRealTime.h"
 #include "TestColumnOp.h"
 #include "TestMovingMedian.h"
-#include "TestPointSeries.h"
+#include "TestEventSeries.h"
 
 #include "system/Init.h"
 
@@ -86,7 +86,7 @@
         else ++bad;
     }
     {
-        TestPointSeries t;
+        TestEventSeries t;
         if (QTest::qExec(&t, argc, argv) == 0) ++good;
         else ++bad;
     }