mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-06 09:01:29 +00:00
Remove obsolete example test file
This commit is contained in:
@@ -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;
|
||||
});
|
||||
Reference in New Issue
Block a user