From 99338805c0e0a065ce893aa8bb89e1bb64cd7b08 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Thu, 15 Dec 2011 16:18:04 +0000 Subject: [PATCH] re-enabled test --- wrap/tests/testWrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/tests/testWrap.cpp b/wrap/tests/testWrap.cpp index ceb088fab..d4277533a 100644 --- a/wrap/tests/testWrap.cpp +++ b/wrap/tests/testWrap.cpp @@ -116,7 +116,7 @@ TEST( wrap, parse ) { EXPECT_LONGS_EQUAL( 0, testCls.static_methods.size()); EXPECT_LONGS_EQUAL( 0, testCls.namespaces.size()); EXPECT_LONGS_EQUAL( 1, testCls.includes.size()); -// EXPECT(assert_equal("folder/path/to/Test.h", testCls.includes.front())); + EXPECT(assert_equal("folder/path/to/Test.h", testCls.includes.front())); // function to parse: pair return_pair (Vector v, Matrix A) const; Method m2 = testCls.methods.front();