]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2088] Rename test
authorMukund Sivaraman <muks@isc.org>
Fri, 6 Jul 2012 06:03:01 +0000 (11:33 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 6 Jul 2012 06:03:01 +0000 (11:33 +0530)
src/lib/util/tests/memory_segment_local_unittest.cc

index f0da84201b73b2a375c0f6bda14f5465637fdedb..2043626a7cf87a94547e1bf4313079680a0832ba 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 namespace isc {
 namespace util {
 
-TEST(MemorySegmentLocal, testDefault) {
+TEST(MemorySegmentLocal, TestLocal) {
   auto_ptr<MemorySegment> segment(new MemorySegmentLocal());
 
   // By default, nothing is allocated.