- Timestamp:
- 08/03/09 17:41:16 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.educommons/trunk/enpraxis/educommons/tests/seleniumtests/admin.py
r481 r512 1 # -*- coding: iso-8859-15 -*- 1 2 ################################################################################## 2 3 # Copyright (c) 2009 enPraxis, All rights reserved. … … 29 30 import time 30 31 31 class NewTest(unittest.TestCase):32 class checkAdminRole(unittest.TestCase): 32 33 def setUp(self): 33 34 self.verificationErrors = []
