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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:15:40 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

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

    Standardize name of test suite.


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

da3c955207d89a0fdeefb77f5010ebde1569434d
 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