[mlpack-svn] r13336 - mlpack/trunk/src/mlpack/tests
fastlab-svn at coffeetalk-1.cc.gatech.edu
fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Aug 4 23:02:02 EDT 2012
Author: rcurtin
Date: 2012-08-04 23:02:01 -0400 (Sat, 04 Aug 2012)
New Revision: 13336
Modified:
mlpack/trunk/src/mlpack/tests/sort_policy_test.cpp
mlpack/trunk/src/mlpack/tests/tree_test.cpp
Log:
Modify tests for new include locations.
Modified: mlpack/trunk/src/mlpack/tests/sort_policy_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/sort_policy_test.cpp 2012-08-05 03:01:42 UTC (rev 13335)
+++ mlpack/trunk/src/mlpack/tests/sort_policy_test.cpp 2012-08-05 03:02:01 UTC (rev 13336)
@@ -5,7 +5,6 @@
* Tests for each of the implementations of the SortPolicy class.
*/
#include <mlpack/core.hpp>
-#include <mlpack/core/tree/bounds.hpp>
#include <mlpack/core/tree/binary_space_tree.hpp>
// Classes to test.
Modified: mlpack/trunk/src/mlpack/tests/tree_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/tree_test.cpp 2012-08-05 03:01:42 UTC (rev 13335)
+++ mlpack/trunk/src/mlpack/tests/tree_test.cpp 2012-08-05 03:02:01 UTC (rev 13336)
@@ -5,9 +5,9 @@
*/
#include <mlpack/core.hpp>
#include <mlpack/core/tree/bounds.hpp>
-#include <mlpack/core/tree/binary_space_tree.hpp>
+#include <mlpack/core/tree/binary_space_tree/binary_space_tree.hpp>
#include <mlpack/core/metrics/lmetric.hpp>
-#include <mlpack/core/tree/cover_tree.hpp>
+#include <mlpack/core/tree/cover_tree/cover_tree.hpp>
#include <boost/test/unit_test.hpp>
#include "old_boost_test_definitions.hpp"
More information about the mlpack-svn
mailing list