Fix testdata creation:

* Create at least one contact
This commit is contained in:
goapunk
2018-05-02 20:49:33 +02:00
parent 1833efa51b
commit 3e5d1a0d20
4 changed files with 115 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ public interface TestDataCreator {
/**
* Create fake test data on the DatabaseExecutor
*
* @param numContacts Number of contacts to create.
* @param numContacts Number of contacts to create. Must be >= 1
* @param numPrivateMsgs Number of private messages to create for each
* contact.
* @param numBlogPosts Number of blog posts to create.