Skip to content

Commit

Permalink
Updated one test about the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth committed Sep 27, 2012
1 parent 354033d commit 9cee911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobilevrs_project/mobilevrs/tests.py
Expand Up @@ -477,7 +477,7 @@ def testUserManagementUserCreation(self):
ussdRequestString = 'kampala',\
response = True\
)
self.assertEquals(urllib2.unquote(response.content), "responseString=Summary Surname user register Other Name Other names Sex 1 Date of Birth 12121999 Phone 078942422424 Parish or Ward kampala Enter PIN to confirm or \"0\" to cancel &action=request")
self.assertEquals(urllib2.unquote(response.content), "responseString=Summary Surname user register Other Names Other names Sex 1 Date of Birth 12121999 Phone 078942422424 Parish or Ward kampala Enter PIN to confirm or \"0\" to cancel &action=request")
response = self.sendRequest(transactionId = self.transactionId,\
transactionTime = self.transactionTime,\
msisdn = self.msisdn,\
Expand Down

0 comments on commit 9cee911

Please sign in to comment.