Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Missing files from commit bab24be - pull
Browse files Browse the repository at this point in the history
request 286
  • Loading branch information
ochameau committed Dec 6, 2011
1 parent 436468c commit b140e9e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python-lib/cuddlefish/tests/addons/simplest-test/main.js
@@ -0,0 +1,4 @@
exports.main = function(options, callbacks) {
// Close Firefox window. Firefox should quit.
require("window-utils").activeBrowserWindow.close();
}
6 changes: 6 additions & 0 deletions python-lib/cuddlefish/tests/addons/simplest-test/package.json
@@ -0,0 +1,6 @@
{
"id": "simplest-test",
"directories": {
"lib": "."
}
}
@@ -0,0 +1,3 @@
exports.minimalTest = function(test) {
test.assert(true);
};

0 comments on commit b140e9e

Please sign in to comment.