aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java3
-rw-r--r--todo8
2 files changed, 8 insertions, 3 deletions
diff --git a/test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java b/test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java
index bb6edc1..f33341e 100644
--- a/test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java
+++ b/test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java
@@ -37,8 +37,7 @@ public class StandaloneCardContainerTest {
@Before
public void setUp() throws Exception {
- uut = new StandaloneCardContainer() {
- };
+ uut = new StandaloneCardContainer() {};
}
/***********************************************************************************
diff --git a/todo b/todo
index 961b7ef..545479f 100644
--- a/todo
+++ b/todo
@@ -1,2 +1,8 @@
Cardbase tests:
- * decks \ No newline at end of file
+ * decks
+
+Sanity:
+ * check that refData does not contain 0-count entries
+ * check that refdata does not contain entries which are not in carddata
+ * check that carddata does not contain cards which are not in refdata
+ * \ No newline at end of file