Show
Ignore:
Timestamp:
04/29/08 10:51:47 (7 months ago)
Author:
Ronny Pfannschmidt <Ronny.Pfannschmidt@…>
Message:

removed the need for Service.reg

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/core/test_services.py

    r1141 r1144  
    5353        svc.create_all() 
    5454        self.assertEqual( 
    55             svc.reg.get_singleton(IOptions).get_option('g1'), 
     55            svc.options.get_option('g1'), 
    5656            svc.o_test 
    5757        )