Browse Source

[all] done testing ci server

Caue Waneck 12 năm trước cách đây
mục cha
commit
4da1053bbb
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      tests/unit/TestMisc.hx

+ 0 - 7
tests/unit/TestMisc.hx

@@ -114,13 +114,6 @@ class TestMisc extends Test {
 		eq( unit, TestMisc.unit );
 	}
 
-	function testCiServer()
-	{
-		//ignore this test, this is only to test the CI server
-		//TODO delete this
-		eq( "Testing CI server", "" );
-	}
-
 	function testDate() {
 		var d = new Date(2012, 07, 17, 01, 02, 03);
 		eq( d.getDay(), 5 );