summaryrefslogtreecommitdiff
path: root/test/ClientTest.h
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2011-09-13 10:48:50 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2011-09-14 15:07:30 +0200
commit5e88021226d53396b73da8496af5dfc4c50fdb5f (patch)
treefe9185ccd6a9709980d63c91db607116b0ae0fa2 /test/ClientTest.h
parent2773dfe47d357cca2130e0475ed99fdfb4da52e1 (diff)
testing: added another add<->add test
testAddBothSidesRefresh() changes the order of data modifications and syncs so that the sync where the conflict is detected has to send back an update.
Diffstat (limited to 'test/ClientTest.h')
-rw-r--r--test/ClientTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ClientTest.h b/test/ClientTest.h
index 1177415a..7145514c 100644
--- a/test/ClientTest.h
+++ b/test/ClientTest.h
@@ -754,6 +754,7 @@ protected:
virtual void testComplexRefreshFromServerSemantic();
virtual void testDeleteBothSides();
virtual void testAddBothSides();
+ virtual void testAddBothSidesRefresh();
virtual void testLinkedItemsParentChild();
virtual void testLinkedItemsChild();
virtual void testLinkedItemsChildParent();