[PyObjC-svn] r2029 - in trunk/pyobjc/pyobjc-framework-AppleScriptKit: . PyObjCTest

[email protected]
Newsgroups gmane.comp.python.pyobjc.cvs
Message-ID <[email protected]>
Author: ronaldoussoren
Date: Thu Jan 15 07:25:51 2009
New Revision: 2029

Log:
Complete test coverage on Leopard

Modified:
   trunk/pyobjc/pyobjc-framework-AppleScriptKit/PyObjCTest/test_applescriptkit.py
   trunk/pyobjc/pyobjc-framework-AppleScriptKit/setup.py

Modified: trunk/pyobjc/pyobjc-framework-AppleScriptKit/PyObjCTest/test_applescriptkit.py
==============================================================================
--- trunk/pyobjc/pyobjc-framework-AppleScriptKit/PyObjCTest/test_applescriptkit.py	(original)
+++ trunk/pyobjc/pyobjc-framework-AppleScriptKit/PyObjCTest/test_applescriptkit.py	Thu Jan 15 07:25:51 2009
@@ -2,14 +2,14 @@
 Some simple tests to check that the framework is properly wrapped.
 '''
 import objc
-import unittest
+from PyObjCTools.TestSupport import *
 import AppleScriptKit
 
-class TestAppleScriptKit (unittest.TestCase):
+class TestAppleScriptKit (TestCase):
     def testClasses(self):
         self.assert_( hasattr(AppleScriptKit, 'ASKPluginObject') )
         self.assert_( isinstance(AppleScriptKit.ASKPluginObject, objc.objc_class) )
 
 if __name__ == "__main__":
-    unittest.main()
+    main()
 

Modified: trunk/pyobjc/pyobjc-framework-AppleScriptKit/setup.py
==============================================================================
--- trunk/pyobjc/pyobjc-framework-AppleScriptKit/setup.py	(original)
+++ trunk/pyobjc/pyobjc-framework-AppleScriptKit/setup.py	Thu Jan 15 07:25:51 2009
@@ -19,7 +19,7 @@
 
 setup(
     name='pyobjc-framework-AppleScriptKit',
-    version='2.0',
+    version='2.2b1',
     description = "Wrappers for the framework AppleScriptKit on Mac OS X",
     long_description = __doc__,
     author='Ronald Oussoren',

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.