[Cs-webapplibs-commits] SF.net SVN: cs-webapplibs:[123] trunk/0.3/tests/testOfCSWebAppLibs.php
Status: Beta
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-08-20 17:34:02
|
Revision: 123 http://cs-webapplibs.svn.sourceforge.net/cs-webapplibs/?rev=123&view=rev Author: crazedsanity Date: 2009-08-20 17:33:51 +0000 (Thu, 20 Aug 2009) Log Message: ----------- Fix a test to use the correct checksum value. Modified Paths: -------------- trunk/0.3/tests/testOfCSWebAppLibs.php Modified: trunk/0.3/tests/testOfCSWebAppLibs.php =================================================================== --- trunk/0.3/tests/testOfCSWebAppLibs.php 2009-08-20 16:21:45 UTC (rev 122) +++ trunk/0.3/tests/testOfCSWebAppLibs.php 2009-08-20 17:33:51 UTC (rev 123) @@ -121,7 +121,7 @@ { $tokenData = $tok->create_token(88, 'test', 'This is a big old TEST', '-3 days'); if($this->assertTrue(is_array($tokenData))) { - $this->basic_token_tests($tokenData, 88, 'This is a big old TEST'); + $this->basic_token_tests($tokenData, 88, 'test'); $this->assertFalse($tok->authenticate_token($tokenData['id'], 'test', $tokenData['hash'])); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |