From: Jack Jansen Date: Sat, 29 Jul 1995 15:32:30 +0000 (+0000) Subject: New test program for server AE handling X-Git-Tag: v1.3b1~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e87e7a56bde646542f03666f46bc5fd0a6a5eeff;p=thirdparty%2FPython%2Fcpython.git New test program for server AE handling --- diff --git a/Mac/Lib/test/test_finder_ae b/Mac/Lib/test/test_finder_ae new file mode 100644 index 000000000000..b6241a2ce41c --- /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