[Python-checkins] python/dist/src/Lib/test test_scriptpackages.py,1.1,1.2

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 15 Apr 2003 14:40:33 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv16396/Lib/test

Modified Files:
	test_scriptpackages.py 
Log Message:
Test SystemEvents too.


Index: test_scriptpackages.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_scriptpackages.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_scriptpackages.py	28 Mar 2003 22:01:41 -0000	1.1
--- test_scriptpackages.py	15 Apr 2003 21:40:30 -0000	1.2
***************
*** 27,30 ****
--- 27,33 ----
          self._test_scriptpackage('StdSuites')
          
+     def test_SystemEvents(self):
+         self._test_scriptpackage('SystemEvents')
+         
      def test_Finder(self):
          self._test_scriptpackage('Finder')
***************
*** 40,44 ****
          
      def test_CodeWarrior(self):
!         self._test_scriptpackage('CodeWarrior')      
  
  def test_main():
--- 43,47 ----
          
      def test_CodeWarrior(self):
!         self._test_scriptpackage('CodeWarrior')
  
  def test_main():