-
Notifications
You must be signed in to change notification settings - Fork 692
Open
Description
14/14 Testing: test_color_tree
14/14 Test: test_color_tree
Command: "/home/ubuntu/Downloads/octomap-1.9.0/bin/test_color_tree"
Directory: /home/ubuntu/Downloads/octomap-1.9.0/build/octomap/src/testing
"test_color_tree" start time: May 10 11:00 PDT
Output:
test failed: 3431!=1034 in /home/ubuntu/Downloads/octomap-1.9.0/octomap/src/testing/test_color_tree.cpp, line 52
Test time = 0.24 sec
// should already be pruned
EXPECT_EQ(tree.size(), tree.calcNumNodes());
const size_t initialSize = tree.size();
EXPECT_EQ(initialSize, 1034); <----- failing on this line
tree.prune();
EXPECT_EQ(tree.size(), tree.calcNumNodes());
EXPECT_EQ(initialSize, tree.size());
All tests seem to be passing on OSX so this issue seems to be confined to ubuntu, or my machine in particular. Any ideas why?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels