diff options
author | Ted Gould <ted@canonical.com> | 2009-04-27 10:50:40 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-27 10:50:40 -0500 |
commit | 73e576b120f91aa42d8040af16a2310fb60d62c1 (patch) | |
tree | 20062dd5d0ff2f06f0b73e8540b57367ed439bbf /tests/test.js | |
parent | 183d218f7c7d22da792b90c0014d44b088d91008 (diff) | |
parent | 0f174a8a4904e33f912fae70a6345a861306b474 (diff) | |
download | libayatana-indicator-73e576b120f91aa42d8040af16a2310fb60d62c1.tar.gz libayatana-indicator-73e576b120f91aa42d8040af16a2310fb60d62c1.tar.bz2 libayatana-indicator-73e576b120f91aa42d8040af16a2310fb60d62c1.zip |
Upstream Snapshot: Adding in a test suite.
Diffstat (limited to 'tests/test.js')
-rwxr-xr-x | tests/test.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test.js b/tests/test.js deleted file mode 100755 index 45b0d05..0000000 --- a/tests/test.js +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/local/bin/seed -Seed.import_namespace("Indicate"); - -var indicator = new Indicate.Indicator(); - -indicator.show(); |