2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Untabify. Fixed one line in copyright which is longer than 80
	columns.
	* src
	* test
This commit is contained in:
Tatsuhiro Tsujikawa
2010-01-05 16:01:46 +00:00
parent 338e8aca09
commit 4db349c1f3
827 changed files with 7343 additions and 7336 deletions

View File

@@ -43,11 +43,11 @@ void DHTMessageTrackerEntryTest::testMatch()
DHTMessageTrackerEntry entry(msg1, 30);
CPPUNIT_ASSERT(entry.match(msg1->getTransactionID(),
msg1->getRemoteNode()->getIPAddress(),
msg1->getRemoteNode()->getPort()));
msg1->getRemoteNode()->getIPAddress(),
msg1->getRemoteNode()->getPort()));
CPPUNIT_ASSERT(!entry.match(msg2->getTransactionID(),
msg2->getRemoteNode()->getIPAddress(),
msg2->getRemoteNode()->getPort()));
msg2->getRemoteNode()->getIPAddress(),
msg2->getRemoteNode()->getPort()));
} catch(Exception& e) {
CPPUNIT_FAIL(e.stackTrace());
}