소스 검색

[all] testing CI server

Caue Waneck 12 년 전
부모
커밋
6f98935d5f
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      tests/unit/TestMisc.hx

+ 7 - 0
tests/unit/TestMisc.hx

@@ -114,6 +114,13 @@ 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 );