re-enabled test
parent
694320388f
commit
99338805c0
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue