Skip to content

Commit 151acfd

Browse files
committed
- apparently this test now passes
1 parent 71a1ab5 commit 151acfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sbml/conversion/test/TestSBMLRateRuleConverter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ START_TEST(test_crash_converter)
369369
delete math;
370370

371371
rule_rn_converter->setDocument(doc);
372-
fail_unless(rule_rn_converter->convert() == LIBSBML_OPERATION_FAILED);
372+
fail_unless(rule_rn_converter->convert() == LIBSBML_OPERATION_SUCCESS);
373373

374374
delete doc;
375375

0 commit comments

Comments
 (0)