Show
Ignore:
Timestamp:
08/03/09 17:41:16 (3 years ago)
Author:
tom
Message:

added setup tests and correct encoding on all pages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • enpraxis.educommons/trunk/enpraxis/educommons/tests/seleniumtests/admin.py

    r481 r512  
     1# -*- coding: iso-8859-15 -*- 
    12################################################################################## 
    23#    Copyright (c) 2009 enPraxis, All rights reserved. 
     
    2930import time 
    3031 
    31 class NewTest(unittest.TestCase): 
     32class checkAdminRole(unittest.TestCase): 
    3233    def setUp(self): 
    3334        self.verificationErrors = []