Changeset 19380 for lang/php/Net_TokyoTyrant/trunk/tests/tmp_test.php
- Timestamp:
- 09/16/08 21:07:17 (4 months ago)
- Files:
-
- 1 modified
-
lang/php/Net_TokyoTyrant/trunk/tests/tmp_test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/Net_TokyoTyrant/trunk/tests/tmp_test.php
r19373 r19380 67 67 assert($tt->addint($count_key, 2) === 3); 68 68 assert($tt->addint($count_key, -2) === 1); 69 assert($tt->putint($count_key, 1)); 70 assert($tt->getint($count_key) === 1); 71 assert($tt->addint($count_key, 1) === 2); 72 assert($tt->getint($count_key) === 2); 73 assert($tt->addint($count_key, -3) === -1); 69 74 70 75
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)