From: Michal 'vorner' Vaner Date: Wed, 8 Aug 2012 14:28:43 +0000 (+0200) Subject: [2096] Move the test file X-Git-Tag: trac2351_base~114^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b92c8b2f217dcd9706d2e1ff02ba2550d7fd87e;p=thirdparty%2Fkea.git [2096] Move the test file 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. --- diff --git a/src/lib/datasrc/memory/tests/Makefile.am b/src/lib/datasrc/memory/tests/Makefile.am index 1396600d74..5f1a40c32f 100644 --- a/src/lib/datasrc/memory/tests/Makefile.am +++ b/src/lib/datasrc/memory/tests/Makefile.am @@ -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) diff --git a/src/lib/datasrc/memory/tests/rdata_encoder_unittest.cc b/src/lib/datasrc/memory/tests/rdata_serialization_unittest.cc similarity index 100% rename from src/lib/datasrc/memory/tests/rdata_encoder_unittest.cc rename to src/lib/datasrc/memory/tests/rdata_serialization_unittest.cc