updated for Ionic Strength units

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@10890 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2016-03-04 02:07:42 +00:00
parent 5ed09a8d08
commit c12d30b02d
2 changed files with 2 additions and 2 deletions

View File

@ -2153,7 +2153,7 @@ void TestIPhreeqc::TestSetOutputFileName(void)
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " pH = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " pe = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Activity of water = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Ionic strength = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Ionic strength (mol/kgw) = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Mass of water (kg) = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Total alkalinity (eq/kg) = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Total CO2 (mol/kg) = ") != NULL );

View File

@ -2458,7 +2458,7 @@ void TestIPhreeqcLib::TestSetOutputFileName(void)
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " pH = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " pe = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Activity of water = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Ionic strength = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Ionic strength (mol/kgw) = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Mass of water (kg) = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Total alkalinity (eq/kg) = ") != NULL );
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Total CO2 (mol/kg) = ") != NULL );