summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-07-29 15:32:30 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-07-29 15:32:30 (GMT)
commite87e7a56bde646542f03666f46bc5fd0a6a5eeff (patch)
tree49b45a7e3d11dd5d3693e56e72c6bdd20125fdc3 /Mac/Lib
parent7874b5d88cdf22154ac29927d9e747fecc1f0b2d (diff)
downloadcpython-e87e7a56bde646542f03666f46bc5fd0a6a5eeff.zip
cpython-e87e7a56bde646542f03666f46bc5fd0a6a5eeff.tar.gz
cpython-e87e7a56bde646542f03666f46bc5fd0a6a5eeff.tar.bz2
New test program for server AE handling
Diffstat (limited to 'Mac/Lib')
-rw-r--r--Mac/Lib/test/test_finder_ae5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Lib/test/test_finder_ae b/Mac/Lib/test/test_finder_ae
new file mode 100644
index 0000000..b6241a2
--- /dev/null
+++ b/Mac/Lib/test/test_finder_ae
@@ -0,0 +1,5 @@
+tell application "AEservertest"
+ activate
+ set x to window "testing"
+ open file x
+end tell