Skip to content

Commit

Permalink
Revert "add domain to a few obvious test cases"
Browse files Browse the repository at this point in the history
This reverts commit b3c35fa.
  • Loading branch information
czue committed Oct 8, 2013
1 parent ebfaf9d commit 185c15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions casexml/apps/phone/tests/test_state_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ def setUp(self):
delete_all_sync_logs()

self.user = User(user_id="state_hash", username="state_hash",
password="changeme", date_joined=datetime(2011, 6, 9),
domain='test-state-hash')
password="changeme", date_joined=datetime(2011, 6, 9))

# this creates the initial blank sync token in the database
generate_restore_payload(self.user)
Expand Down
3 changes: 1 addition & 2 deletions casexml/apps/phone/tests/test_sync_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ def setUp(self):
delete_all_sync_logs()

self.user = User(user_id=USER_ID, username="syncguy",
password="changeme", date_joined=datetime(2011, 6, 9),
domain='sync-test')
password="changeme", date_joined=datetime(2011, 6, 9))
# this creates the initial blank sync token in the database
restore_config = RestoreConfig(self.user)
self.sync_log = synclog_from_restore_payload(restore_config.get_payload())
Expand Down

0 comments on commit 185c15e

Please sign in to comment.