]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2096] Move the test file
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 8 Aug 2012 14:28:43 +0000 (16:28 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 8 Aug 2012 14:28:43 +0000 (16:28 +0200)
This is logically part of the next commit. But then, the git diff would
show the old file disappear and the new file appear with new content,
which would be hard to review, so it is split. This commit should
contain no changes in the content (hopefully), so can be skipped during
review.

src/lib/datasrc/memory/tests/Makefile.am
src/lib/datasrc/memory/tests/rdata_serialization_unittest.cc [moved from src/lib/datasrc/memory/tests/rdata_encoder_unittest.cc with 100% similarity]

index 1396600d743d12b98eb23c8f57f637a25f2065c5..5f1a40c32fb0fc44628c645a6630b7b0d7bdde3b 100644 (file)
@@ -18,7 +18,7 @@ if HAVE_GTEST
 TESTS += run_unittests
 
 run_unittests_SOURCES = run_unittests.cc
-run_unittests_SOURCES += rdata_encoder_unittest.cc
+run_unittests_SOURCES += rdata_serialization_unittest.cc
 run_unittests_SOURCES += domaintree_unittest.cc
 
 run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)