Ejemplo n.º 1
0
 def test_livequery_to_legacy(self):
     sync_log = SimplifiedSyncLog(log_format=LOG_FORMAT_LIVEQUERY)
     with self.assertRaises(IncompatibleSyncLogType):
         SyncLog.from_other_format(sync_log)
Ejemplo n.º 2
0
 def test_migrate_backwards(self):
     with self.assertRaises(IncompatibleSyncLogType):
         SyncLog.from_other_format(SimplifiedSyncLog())
Ejemplo n.º 3
0
 def test_migrate_backwards(self):
     with self.assertRaises(IncompatibleSyncLogType):
         SyncLog.from_other_format(SimplifiedSyncLog())