filestore.go +7 -3
filestore_test.go +17 -5
sqlstore.go +9 -4
sqlstore_test.go +15 -5
+ 7
- 3
@@ -17,7 +17,7 @@ type msgDef struct {
@@ -37,13 +37,17 @@ type fileStore struct {
+ 17
- 5
@@ -4,10 +4,10 @@ import (
@@ -19,11 +19,23 @@ type FileStoreTestSuite struct {
+ 9
- 4
@@ -2,13 +2,14 @@ package quickfix
@@ -20,17 +21,21 @@ type sqlStore struct {
+ 15
- 5
@@ -7,11 +7,11 @@ import (
@@ -41,11 +41,21 @@ func (suite *SQLStoreTestSuite) SetupTest() {