From 5851d7ba14b3c82f0d6b2bb22bd4d641056ae3f0 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertn@the-nelsons.org> Date: Thu, 9 Jan 2014 03:14:35 -0800 Subject: [PATCH] Remove obsolete example test file --- test/example-test.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/example-test.js diff --git a/test/example-test.js b/test/example-test.js deleted file mode 100644 index a01292fe..00000000 --- a/test/example-test.js +++ /dev/null @@ -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; -});