Add database export test

This commit is contained in:
Dan Sosedoff
2017-09-22 22:06:36 -05:00
parent 83598f4013
commit 5d1cc211b0
2 changed files with 43 additions and 0 deletions

View File

@@ -385,6 +385,7 @@ func TestAll(t *testing.T) {
test_HistoryUniqueness(t)
test_HistoryError(t)
test_ReadOnlyMode(t)
test_DumpExport(t)
teardownClient()
teardown()