------------------------------------------------------------
revno: 3485
committer: Jo Størset <[email protected]>
branch nick: dhis2
timestamp: Thu 2011-04-28 14:37:40 +0200
message:
  Fixed filing test initialization
modified:
  
dhis-mobile/dhis-service-mobile/src/test/java/org/hisp/dhis/mobile/sms/DefaultSmsInboundStoreServiceTest.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-mobile/dhis-service-mobile/src/test/java/org/hisp/dhis/mobile/sms/DefaultSmsInboundStoreServiceTest.java'
--- dhis-mobile/dhis-service-mobile/src/test/java/org/hisp/dhis/mobile/sms/DefaultSmsInboundStoreServiceTest.java	2011-04-05 01:04:43 +0000
+++ dhis-mobile/dhis-service-mobile/src/test/java/org/hisp/dhis/mobile/sms/DefaultSmsInboundStoreServiceTest.java	2011-04-28 12:37:40 +0000
@@ -28,7 +28,7 @@
     public void setUpTest()
         throws Exception
     {
-        smsInboundStoreService = (SmsInboundStoreService) getBean( HibernateSmsInboundStore.ID );
+        smsInboundStoreService = (SmsInboundStoreService) getBean( SmsInboundStoreService.ID );
         testSms = new SmsInbound();
         testSms.setEncoding( 'U' );
         testSms.setGatewayId( "modem1" );

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to