summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-02-06 19:14:50 -0200
committerdrebs <drebs@leap.se>2013-02-06 19:14:50 -0200
commitefb0582f400f6aab8d611252902c15dba3df5102 (patch)
tree7f97b7340ae106a16c5e6c30a7824fea0039c147 /backends
parent8b9aebd6bfe95b3b6f781116910db6340eda6b95 (diff)
Add test scenario for SQLCipher backend using LeapSyncTarget.
Diffstat (limited to 'backends')
-rw-r--r--backends/couch.py1
-rw-r--r--backends/leap_backend.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/backends/couch.py b/backends/couch.py
index 11122aa8..8757f5af 100644
--- a/backends/couch.py
+++ b/backends/couch.py
@@ -243,6 +243,7 @@ class CouchSyncTarget(LocalSyncTarget):
source_replica_uid, source_replica_generation,
source_replica_transaction_id)
+
class CouchServerState(ServerState):
"""
Inteface of the WSGI server with the CouchDB backend.
diff --git a/backends/leap_backend.py b/backends/leap_backend.py
index f9d37e19..41027e50 100644
--- a/backends/leap_backend.py
+++ b/backends/leap_backend.py
@@ -200,4 +200,3 @@ class LeapSyncTarget(HTTPSyncTarget):
res = self._parse_sync_stream(data, return_doc_cb, ensure_callback)
data = None
return res['new_generation'], res['new_transaction_id']
-