diff options
author | Ted Gould <ted@canonical.com> | 2009-04-20 09:34:10 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-20 09:34:10 -0500 |
commit | a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076 (patch) | |
tree | eb4ad989bf2a8fa92cea21b0d9cea89005e9c138 /tests/test.js | |
parent | 8270f15190ba2a22183b30c8ef39329918ca1191 (diff) | |
download | libayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.tar.gz libayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.tar.bz2 libayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.zip |
Moving tests to examples
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(); |