Remove obsolete example test file
This commit is contained in:
parent
9f4e6e7ebb
commit
5851d7ba14
|
@ -1,8 +0,0 @@
|
|||
|
||||
unittests.register("Example test", function() {
|
||||
var result = new Array();
|
||||
|
||||
result[0] = new test_result("test1 - testing on (\"str\" == \"str\")", ("str" == "str"));
|
||||
result[1] = new test_result("test2 - testing on (1 == 2)", (1 == 2));
|
||||
return result;
|
||||
});
|
Loading…
Reference in New Issue
Block a user