]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
New test program for server AE handling
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 29 Jul 1995 15:32:30 +0000 (15:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 29 Jul 1995 15:32:30 +0000 (15:32 +0000)
Mac/Lib/test/test_finder_ae [new file with mode: 0644]

diff --git a/Mac/Lib/test/test_finder_ae b/Mac/Lib/test/test_finder_ae
new file mode 100644 (file)
index 0000000..b6241a2
--- /dev/null
@@ -0,0 +1,5 @@
+tell application "AEservertest"
+       activate
+       set x to window "testing"
+       open file x
+end tell