diff --git a/implementations/caching/cache/Cache.h b/implementations/caching/cache/Cache.h index f47e6c95..951c8f66 100644 --- a/implementations/caching/cache/Cache.h +++ b/implementations/caching/cache/Cache.h @@ -12,8 +12,6 @@ namespace blockstore { namespace caching { -//TODO Test - template class Cache { public: diff --git a/test/implementations/caching/cache/CacheTest.cpp b/test/implementations/caching/cache/CacheTest.cpp index e746baaa..2305fdf3 100644 --- a/test/implementations/caching/cache/CacheTest.cpp +++ b/test/implementations/caching/cache/CacheTest.cpp @@ -10,3 +10,5 @@ class CacheTest: public Test { public: Cache cache; }; + +//TODO Write test cases