Commit Graph

5314 Commits

Author SHA1 Message Date
Mathieu Lacage
cf97b4d86b bug 675: convert unit tests to new test framework 2009-09-30 15:15:18 +02:00
Mathieu Lacage
b56a839c44 bug 675: convert unit tests to new test framework 2009-09-30 14:54:53 +02:00
Mathieu Lacage
ca736d6e8d merge with HEAD 2009-09-30 14:24:49 +02:00
Mathieu Lacage
2df88d723f bug 675: convert unit tests to new test framework 2009-09-30 14:24:04 +02:00
Gustavo J. A. M. Carneiro
2b5462916b merge 2009-09-30 12:42:20 +01:00
Gustavo J. A. M. Carneiro
25f672a80d Rescan API for Python 2009-09-30 12:41:58 +01:00
Mathieu Lacage
b63393d355 remove un-needed code 2009-09-30 13:32:48 +02:00
Mathieu Lacage
fcf9745f91 fix stupid test conversion error 2009-09-30 13:23:54 +02:00
Mathieu Lacage
1ea9a29793 remove stupid XXX 2009-09-30 13:20:10 +02:00
Andrey Mazo
f4ab1d87c6 Add explicit typecasts for gcc-4.1.2 2009-09-30 13:15:16 +02:00
Mathieu Lacage
3cd32263ef merge with HEAD 2009-09-30 11:09:35 +02:00
Mathieu Lacage
1d515320dc fix old bug: canceled destroy events are expired 2009-09-30 11:09:18 +02:00
Mathieu Lacage
f7e39fc9f3 bug 675: convert unit tests to new test framework 2009-09-30 11:08:57 +02:00
Mathieu Lacage
09576cd905 according to C language lawyers, this construct is undefined. In practice, its gcc definition is not what you want: the variable content is read before calling DoRun, and is ored+stored after calling DoRun. 2009-09-30 10:50:03 +02:00
Craig Dowell
88d279cf2d Remove and replace basic random number unit tests (bug 675) 2009-09-29 21:44:59 -07:00
Craig Dowell
5b8d79baf0 Remove and replace traced-callback unit tests (bug 675) 2009-09-29 20:45:27 -07:00
Craig Dowell
a03edd5fcc If test suite not found, return failure 2009-09-29 19:58:29 -07:00
Craig Dowell
7f89c4c222 Remove and replace object unit tests (bug 675) 2009-09-29 12:34:07 -07:00
Craig Dowell
797adcf36e fix test.py -v 2009-09-29 10:16:17 -07:00
Pavel Boyko
dc1fdc9b11 wifi: bandwidth fixed for 5MHz modes 2009-09-29 19:08:28 +04:00
Mathieu Lacage
c5d81b203d merge with HEAD 2009-09-29 16:47:10 +02:00
Mathieu Lacage
88185c4b33 bug 675: convert unit tests to new test framework 2009-09-29 16:46:41 +02:00
Mathieu Lacage
8fc1f7f02a merge with HEAD 2009-09-29 16:30:51 +02:00
Mathieu Lacage
65e4c20ca2 forgot to add template testcase 2009-09-29 16:30:38 +02:00
Josh Pelkey
3bb03a5e1b Bug 682: UdpEchoClient does not reset socket on StopApplication 2009-09-29 10:30:23 -04:00
Mathieu Lacage
40904e24ad bug 675: convert unit tests to new test framework 2009-09-29 16:26:40 +02:00
Josh Pelkey
e519d6ef5d merge 2009-09-29 10:12:57 -04:00
Mathieu Lacage
ae88f3d16f bug 675: convert unit tests to new test framework 2009-09-29 16:04:27 +02:00
Josh Pelkey
5b02c55613 Bug 680, moving trace source over to channel 2009-09-29 09:58:00 -04:00
Mathieu Lacage
06c72254f1 I know why we need to return false uncondtionally 2009-09-29 15:49:37 +02:00
Mathieu Lacage
7b2f633033 bug 675: convert unit tests to new test framework 2009-09-29 15:47:41 +02:00
Mathieu Lacage
cefaefd2a6 Bug 675: convert unit tests to new test framework 2009-09-29 11:30:43 +02:00
Mathieu Lacage
7af21e6700 Bug 675: convert unit tests to new test framework 2009-09-29 11:17:27 +02:00
Mathieu Lacage
4ff82bbda4 bug 675: convert unit tests to new unit test framework 2009-09-29 11:01:07 +02:00
Craig Dowell
3a11ae353d update tcp interop response vectors 2009-09-28 21:57:59 -07:00
Craig Dowell
9ff06c2408 fix name service unit test 2009-09-28 20:18:49 -07:00
Craig Dowell
2fec093fad Add Names::Clear 2009-09-28 20:12:45 -07:00
Craig Dowell
100a7b1994 get rid of names silly singleton and rescan 2009-09-28 19:39:49 -07:00
Craig Dowell
00ff28fa0f Windows needs entire path 2009-09-28 17:18:12 -07:00
Craig Dowell
6be3b4fe52 branch merge 2009-09-28 10:11:05 -07:00
Craig Dowell
57ff196581 Remove multiprocessing dependency in test.py 2009-09-28 10:04:32 -07:00
Tom Henderson
ab0ebeb35d merge with tip 2009-09-28 01:06:47 -07:00
Tom Henderson
d80e9fc4ac Add wifi-interference test suite 2009-09-28 01:06:21 -07:00
Mathieu Lacage
725e77c03f fix build for gcc 3.4.6 2009-09-28 09:57:03 +02:00
Mathieu Lacage
9d5b7aa3db workaround lack of multiprocessing module 2009-09-28 09:35:51 +02:00
Tom Henderson
b6fcdf98e6 Add sample test suite file 2009-09-27 23:51:23 -07:00
Tom Henderson
dc9a6f22cb remove obsolete samples/main-test.cc 2009-09-27 23:46:10 -07:00
Duy Nguyen
b831c95b85 Update multirate.cc example 2009-09-27 13:13:18 -07:00
Duy Nguyen
9a598e255e Bug 666: Fixed wifi rates off by factor of 1000000 in ascii output 2009-09-27 00:35:38 -07:00
Tom Wambold
9965713943 fix memory leaks 2009-09-26 08:44:20 -07:00