some reminders

This commit is contained in:
Peter Andersson
2013-09-12 21:01:37 +02:00
parent 57da16ea6d
commit 0edc8a1d59
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
* When mending lost pages, also see if they fit into length specified in object index header
+3 -3
View File
@@ -8,7 +8,7 @@
#include "testrunner.h"
void add_suites() {
ADD_SUITE(dev_tests);
//ADD_SUITE(check_tests);
//ADD_SUITE(hydrogen_tests)
//ADD_SUITE(dev_tests);
ADD_SUITE(check_tests);
ADD_SUITE(hydrogen_tests)
}