diff options
author | Ted Gould <ted@canonical.com> | 2009-01-13 13:26:13 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-13 13:26:13 -0600 |
commit | 5030c345d9189a24203e030e8eb637a832d43b26 (patch) | |
tree | faa3953e36e20526eecb05d92b3a35e8c6f32a6f /libindicate/tests | |
parent | 55256284a380043320b61b0f5f38741b083e94ab (diff) | |
parent | 71820cb18ffb779c39e15e758515c6bcad8ac455 (diff) | |
download | libayatana-indicator-5030c345d9189a24203e030e8eb637a832d43b26.tar.gz libayatana-indicator-5030c345d9189a24203e030e8eb637a832d43b26.tar.bz2 libayatana-indicator-5030c345d9189a24203e030e8eb637a832d43b26.zip |
Merging in Robert's changes.
Diffstat (limited to 'libindicate/tests')
-rwxr-xr-x | libindicate/tests/test.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libindicate/tests/test.js b/libindicate/tests/test.js new file mode 100755 index 0000000..45b0d05 --- /dev/null +++ b/libindicate/tests/test.js @@ -0,0 +1,6 @@ +#!/usr/local/bin/seed +Seed.import_namespace("Indicate"); + +var indicator = new Indicate.Indicator(); + +indicator.show(); |