Skip to content

Commit

Permalink
Refs #4399. Fix C++ Python test.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 5, 2012
1 parent 92c0134 commit 17a18db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PropertyWithValueFactoryTest: public CxxTest::TestSuite

void test_builtin_type_creates_int_type_property_without_error()
{
CREATE_PROPERTY_TEST_BODY(long, PyInt_FromLong(10));
CREATE_PROPERTY_TEST_BODY(int, PyInt_FromLong(10));
}

void test_builtin_type_creates_double_type_property_without_error()
Expand Down

0 comments on commit 17a18db

Please sign in to comment.