Browse Source

[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.
Michal 'vorner' Vaner 12 years ago
parent
commit
4b92c8b2f2

+ 1 - 1
src/lib/datasrc/memory/tests/Makefile.am

@@ -18,7 +18,7 @@ if HAVE_GTEST
 TESTS += run_unittests
 TESTS += run_unittests
 
 
 run_unittests_SOURCES = run_unittests.cc
 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_SOURCES += domaintree_unittest.cc
 
 
 run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
 run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)

src/lib/datasrc/memory/tests/rdata_encoder_unittest.cc → src/lib/datasrc/memory/tests/rdata_serialization_unittest.cc