aboutsummaryrefslogtreecommitdiff
path: root/libindicate/tests/test.js
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-01-16 13:04:41 -0600
committerTed Gould <ted@canonical.com>2009-01-16 13:04:41 -0600
commit0eb58996c1129d57347361833e021e5a5111cd03 (patch)
treedd0c5de4e334585db05167368314fbecf71a6626 /libindicate/tests/test.js
parent2b6ce30681688304f321b1717cac0891882e773e (diff)
parent872812ad907aa58e02204885b12c533c2c1bec58 (diff)
downloadlibayatana-indicator-0eb58996c1129d57347361833e021e5a5111cd03.tar.gz
libayatana-indicator-0eb58996c1129d57347361833e021e5a5111cd03.tar.bz2
libayatana-indicator-0eb58996c1129d57347361833e021e5a5111cd03.zip
Getting the debian package built up so that it can have a seperate library binary package.
Diffstat (limited to 'libindicate/tests/test.js')
-rwxr-xr-xlibindicate/tests/test.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/libindicate/tests/test.js b/libindicate/tests/test.js
deleted file mode 100755
index 45b0d05..0000000
--- a/libindicate/tests/test.js
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/local/bin/seed
-Seed.import_namespace("Indicate");
-
-var indicator = new Indicate.Indicator();
-
-indicator.show();