Changeset 19373 for lang/php/Net_TokyoTyrant/trunk/tests/tmp_test.php
- Timestamp:
- 09/16/08 20:39:09 (4 months ago)
- Files:
-
- 1 modified
-
lang/php/Net_TokyoTyrant/trunk/tests/tmp_test.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/Net_TokyoTyrant/trunk/tests/tmp_test.php
r19048 r19373 7 7 $key2 = 'keytest2'; 8 8 $data2 = 'the test2 data'; 9 $count_key = 'count'; 9 10 $error = null; 10 11 try { … … 63 64 assert($tt->iternext() === false); 64 65 66 assert($tt->addint($count_key, 1) === 1); 67 assert($tt->addint($count_key, 2) === 3); 68 assert($tt->addint($count_key, -2) === 1); 69 65 70 66 71 assert($tt->sync() === true);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)