Changeset 1497
- Timestamp:
- 04/04/08 23:42:09 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/peer/stubBSDSocket.php
r1485 r1497 25 25 * @var bool 26 26 */ 27 protected $eof = false;27 protected $eof = true; 28 28 /** 29 29 * host to open socket to trunk/src/test/php/net/stubbles/peer/PeerTestSuite.php
r1495 r1497 26 26 27 27 // peer classes 28 $suite->addTestFile($dir . '/stubBSDSocketTestCase.php'); 28 29 $suite->addTestFile($dir . '/stubHeaderListTestCase.php'); 29 30 $suite->addTestFile($dir . '/stubSocketTestCase.php');
