summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-11-11 22:41:18 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2012-11-11 22:41:32 +0100
commit3d0ef34fca3bed9465a89ad7d1d491336c353f31 (patch)
tree9785a2a66d483474096016431c57cd213c8a1c4e /tests
parent46a77e4d3432073e0e30c9e1546aef7ee7c216bb (diff)
removed useless and failing unittest
Diffstat (limited to 'tests')
-rw-r--r--tests/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.php b/tests/index.php
index d4d0e88bf..6f3ff037d 100644
--- a/tests/index.php
+++ b/tests/index.php
@@ -2,7 +2,6 @@
/**
*
-*/
OC_App::loadApp('news');
class Test_News_MyTest extends UnitTestCase
{
@@ -11,3 +10,4 @@ class Test_News_MyTest extends UnitTestCase
$this->assertTrue(false);
}
}
+*/