added tests for kdb writing, fixed issue with syncing (keep UUIDs when loading again)

This commit is contained in:
Philipp Crocoll
2015-02-07 20:54:13 +01:00
parent 3506e253db
commit bc235b3ba5
17 changed files with 253 additions and 100 deletions

View File

@@ -187,8 +187,12 @@ namespace Kp2aUnitTests
}
}
public bool CheckForDuplicateUuids
{
get { return true; }
}
public bool OnServerCertificateError(int sslPolicyErrors)
{