re-enabled test

release/4.3a0
Alex Cunningham 2011-12-15 16:18:04 +00:00
parent 694320388f
commit 99338805c0
1 changed files with 1 additions and 1 deletions

View File

@ -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<Vector,Matrix> return_pair (Vector v, Matrix A) const;
Method m2 = testCls.methods.front();