Parcourir la source

[2088] Rename test

Mukund Sivaraman il y a 13 ans
Parent
commit
22690690bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/util/tests/memory_segment_local_unittest.cc

+ 1 - 1
src/lib/util/tests/memory_segment_local_unittest.cc

@@ -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.