From 0daa7906c43975f142a54fc9241a2c8a83a5f791 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Tue, 20 Dec 2011 23:59:13 +0000 Subject: [PATCH] passes all on windows git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5929 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- unit/TestIPhreeqc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/TestIPhreeqc.cpp b/unit/TestIPhreeqc.cpp index c08fbdb7..f091ee6b 100644 --- a/unit/TestIPhreeqc.cpp +++ b/unit/TestIPhreeqc.cpp @@ -2086,7 +2086,7 @@ void TestIPhreeqc::TestSetOutputFileName(void) CPPUNIT_ASSERT_EQUAL( std::string(" Temperature (deg C) = 25.00"), lines[line++] ); CPPUNIT_ASSERT_EQUAL( std::string(" Electrical balance (eq) = 2.172e-003"), lines[line++] ); CPPUNIT_ASSERT_EQUAL( std::string(" Percent error, 100*(Cat-|An|)/(Cat+|An|) = 57.04"), lines[line++] ); - CPPUNIT_ASSERT_EQUAL( std::string(" Iterations = 7"), lines[line++] ); + CPPUNIT_ASSERT_EQUAL( std::string(" Iterations = 6"), lines[line++] ); CPPUNIT_ASSERT_EQUAL( std::string(" Total H = 1.110133e+002"), lines[line++] ); CPPUNIT_ASSERT_EQUAL( std::string(" Total O = 5.550904e+001"), lines[line++] ); CPPUNIT_ASSERT_EQUAL( std::string(""), lines[line++] );