Renamed unit tests to match file name

release/4.3a0
Richard Roberts 2012-10-28 06:21:17 +00:00
parent 600fcd027d
commit 279738c56f
1 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ C4 x3 : x4
C5 x2 : x3 C5 x2 : x3
C6 x1 : x2 C6 x1 : x2
**************************************************************************** */ **************************************************************************** */
TEST_UNSAFE( BayesTree, linear_smoother_shortcuts ) TEST( GaussianBayesTree, linear_smoother_shortcuts )
{ {
// Create smoother with 7 nodes // Create smoother with 7 nodes
Ordering ordering; Ordering ordering;
@ -113,7 +113,7 @@ TEST_UNSAFE( BayesTree, linear_smoother_shortcuts )
C4 x7 : x6 C4 x7 : x6
************************************************************************* */ ************************************************************************* */
TEST_UNSAFE( BayesTree, balanced_smoother_marginals ) TEST( GaussianBayesTree, balanced_smoother_marginals )
{ {
// Create smoother with 7 nodes // Create smoother with 7 nodes
Ordering ordering; Ordering ordering;
@ -180,7 +180,7 @@ TEST_UNSAFE( BayesTree, balanced_smoother_marginals )
} }
/* ************************************************************************* */ /* ************************************************************************* */
TEST_UNSAFE( BayesTree, balanced_smoother_shortcuts ) TEST( GaussianBayesTree, balanced_smoother_shortcuts )
{ {
// Create smoother with 7 nodes // Create smoother with 7 nodes
Ordering ordering; Ordering ordering;
@ -244,7 +244,7 @@ TEST_UNSAFE( BayesTree, balanced_smoother_shortcuts )
//} //}
/* ************************************************************************* */ /* ************************************************************************* */
TEST_UNSAFE( BayesTree, balanced_smoother_joint ) TEST( GaussianBayesTree, balanced_smoother_joint )
{ {
// Create smoother with 7 nodes // Create smoother with 7 nodes
Ordering ordering; Ordering ordering;
@ -305,7 +305,7 @@ TEST_UNSAFE( BayesTree, balanced_smoother_joint )
} }
/* ************************************************************************* */ /* ************************************************************************* */
TEST_UNSAFE(BayesTree, simpleMarginal) TEST(GaussianBayesTree, simpleMarginal)
{ {
GaussianFactorGraph gfg; GaussianFactorGraph gfg;