finish testing client/cache

This commit is contained in:
Daniel Smith
2014-08-03 15:36:36 -07:00
parent 03fe91cc4a
commit 041d56f3d0
9 changed files with 227 additions and 31 deletions

View File

@@ -62,3 +62,7 @@ func doTestStore(t *testing.T, store Store) {
func TestCache(t *testing.T) {
doTestStore(t, NewStore())
}
func TestFIFOCache(t *testing.T) {
doTestStore(t, NewFIFO())
}