[pLog-svn] r3753 - plog/trunk/class/test/tests/summary/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jul 20 05:49:57 GMT 2006


Author: oscar
Date: 2006-07-20 05:49:56 +0000 (Thu, 20 Jul 2006)
New Revision: 3753

Modified:
   plog/trunk/class/test/tests/summary/action/summaryaction_test.class.php
Log:
now the test case shows that there really is a problem


Modified: plog/trunk/class/test/tests/summary/action/summaryaction_test.class.php
===================================================================
--- plog/trunk/class/test/tests/summary/action/summaryaction_test.class.php	2006-07-20 05:42:49 UTC (rev 3752)
+++ plog/trunk/class/test/tests/summary/action/summaryaction_test.class.php	2006-07-20 05:49:56 UTC (rev 3753)
@@ -24,7 +24,10 @@
 			
 			$url = $config->getValue( "base_url" )."/summary.php?lang=es_ES";
 			
+			// first set it to Spanish
 			$this->assertHTTPResponseContains( $url, "Bitácoras nuevas", "Unable to change the locale in summary.php via the 'lang' parameter!" );
+			// and then back to english again
+			$this->assertHTTPResponseContains( $url, "Newest Blogs", "Unable to change the locale in summary.php via the 'lang' parameter!" );
 		}		
 	}
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list