Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
[novacoin.git] / src / qt / test / test_main.cpp
index 0a08eaf..5b11e39 100644 (file)
@@ -1,11 +1,11 @@
 #include <QTest>\r
 #include <QObject>\r
 \r
-#include "urltests.h"\r
+#include "uritests.h"\r
 \r
 // This is all you need to run all the tests\r
 int main(int argc, char *argv[])\r
 {\r
-    URLTests test1;\r
+    URITests test1;\r
     QTest::qExec(&test1);\r
 }\r