issue 25 : Remove all out-of-dated testcases

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8446 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-06-03 06:36:28 +00:00
parent 987c49b8c9
commit ef80fc9128
100 changed files with 0 additions and 31110 deletions

View file

@ -1,7 +0,0 @@
<?php
class TestOfContext extends UnitTestCase {
function testOK() {
$this->assertTrue(true);
}
}
?>