summaryrefslogtreecommitdiff
path: root/src/tests/bibletime_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/bibletime_test.cpp')
-rw-r--r--src/tests/bibletime_test.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/tests/bibletime_test.cpp b/src/tests/bibletime_test.cpp
deleted file mode 100644
index d26ca67..0000000
--- a/src/tests/bibletime_test.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-/*********
-*
-* This file is part of BibleTime's source code, http://www.bibletime.info/.
-*
-* Copyright 1999-2008 by the BibleTime developers.
-* The BibleTime source code is licensed under the GNU General Public License version 2.0.
-*
-**********/
-
-#include "bibletime_test.h"
-
-#include <QtTest/QtTest>
-
-
-void BibleTimeTest::dummyTest() {
- QCOMPARE(QString("Hello").toUpper(), QString("HELLO"));
-}
-
-
-