From f5c6ccca17e4650a8da1d2b823f2fe22efe20361 Mon Sep 17 00:00:00 2001 From: dellaert Date: Fri, 31 Oct 2014 13:48:39 +0100 Subject: [PATCH] Changed size (because transpose_) was removed --- gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp b/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp index c063f182f..b0900a43b 100644 --- a/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp +++ b/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp @@ -208,8 +208,8 @@ TEST(ExpressionFactor, Shallow) { EXPECT_LONGS_EQUAL(464, sizeof(Binary::Record)); LONGS_EQUAL(112+464, expectedTraceSize); #else - EXPECT_LONGS_EQUAL(496, sizeof(Binary::Record)); - LONGS_EQUAL(112+496, expectedTraceSize); + EXPECT_LONGS_EQUAL(432, sizeof(Binary::Record)); + LONGS_EQUAL(112+432, expectedTraceSize); #endif size_t size = expression.traceSize(); CHECK(size);