[mlpack-svn] r16193 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jan 28 18:02:58 EST 2014


Author: rcurtin
Date: Tue Jan 28 18:02:58 2014
New Revision: 16193

Log:
Update so filename is like other filenames.


Added:
   mlpack/trunk/src/mlpack/tests/to_string_test.cpp
      - copied unchanged from r16192, /mlpack/trunk/src/mlpack/tests/To_String_Test.cpp
Removed:
   mlpack/trunk/src/mlpack/tests/To_String_Test.cpp
Modified:
   mlpack/trunk/src/mlpack/tests/CMakeLists.txt

Modified: mlpack/trunk/src/mlpack/tests/CMakeLists.txt
==============================================================================
--- mlpack/trunk/src/mlpack/tests/CMakeLists.txt	(original)
+++ mlpack/trunk/src/mlpack/tests/CMakeLists.txt	Tue Jan 28 18:02:58 2014
@@ -39,7 +39,7 @@
   sgd_test.cpp
   sort_policy_test.cpp
   sparse_coding_test.cpp
-  To_String_Test.cpp
+  to_string_test.cpp
   tree_test.cpp
   tree_traits_test.cpp
   union_find_test.cpp



More information about the mlpack-svn mailing list