[mlpack-git] master: Standardize name of test suite. (f46ef9e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Feb 6 16:43:36 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/dd5d265ac1897b96cc7e98778557a1361415d509...abdfa0b989940f82b799d6afa1a3861afbf991e7

>---------------------------------------------------------------

commit f46ef9e96d7df56ddfa97bbbd8ba2bbcd692e7ef
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Feb 6 16:37:56 2015 -0500

    Standardize name of test suite.


>---------------------------------------------------------------

f46ef9e96d7df56ddfa97bbbd8ba2bbcd692e7ef
 src/mlpack/tests/save_restore_utility_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/save_restore_utility_test.cpp b/src/mlpack/tests/save_restore_utility_test.cpp
index 682bf93..2ba9718 100644
--- a/src/mlpack/tests/save_restore_utility_test.cpp
+++ b/src/mlpack/tests/save_restore_utility_test.cpp
@@ -13,7 +13,7 @@
 using namespace mlpack;
 using namespace mlpack::util;
 
-BOOST_AUTO_TEST_SUITE(SaveRestoreUtilityTests);
+BOOST_AUTO_TEST_SUITE(SaveRestoreUtilityTest);
 
 /*
  * Exhibit proper save restore utility usage of child class proper usage.



More information about the mlpack-git mailing list