1302.4.8
by Eric Day
Added prototest test case for mysql_protocol. |
1 |
testDefaultInit (prototest.mysql.handshake.TestClientHandshake) ... ok
|
2 |
testKeywordInit (prototest.mysql.handshake.TestClientHandshake) ... ok
|
|
3 |
testPack (prototest.mysql.handshake.TestClientHandshake) ... ok
|
|
4 |
testUnpackInit (prototest.mysql.handshake.TestClientHandshake) ... ok
|
|
5 |
testBadCommands (__main__.TestCommand) ... ok
|
|
6 |
testEmptyCommand (__main__.TestCommand) ... ok
|
|
7 |
testInitDBCommand (__main__.TestCommand) ... ok
|
|
8 |
testInvalidCommands (__main__.TestCommand) ... ok
|
|
9 |
testPingCommand (__main__.TestCommand) ... ok
|
|
10 |
testQuitCommand (__main__.TestCommand) ... ok
|
|
11 |
testQuitCommandData (__main__.TestCommand) ... ok
|
|
12 |
testRangeColumn (__main__.TestCommand) ... ok
|
|
13 |
testRangeQuery (__main__.TestCommand) ... ok
|
|
14 |
testRangeResult (__main__.TestCommand) ... ok
|
|
15 |
testDefaultInit (prototest.mysql.result.TestCountResult) ... ok
|
|
16 |
testKeywordInit (prototest.mysql.result.TestCountResult) ... ok
|
|
17 |
testUnpackInit (prototest.mysql.result.TestCountResult) ... ok
|
|
18 |
testDefaultInit (prototest.mysql.result.TestEofResult) ... ok
|
|
19 |
testDefaultInit40 (prototest.mysql.result.TestEofResult) ... ok
|
|
20 |
testKeywordInit (prototest.mysql.result.TestEofResult) ... ok
|
|
21 |
testUnpackInit (prototest.mysql.result.TestEofResult) ... ok
|
|
22 |
testUnpackInit40 (prototest.mysql.result.TestEofResult) ... ok
|
|
23 |
testDefaultInit (prototest.mysql.result.TestErrorResult) ... ok
|
|
24 |
testDefaultInit40 (prototest.mysql.result.TestErrorResult) ... ok
|
|
25 |
testKeywordInit (prototest.mysql.result.TestErrorResult) ... ok
|
|
26 |
testUnpackInit (prototest.mysql.result.TestErrorResult) ... ok
|
|
27 |
testUnpackInit40 (prototest.mysql.result.TestErrorResult) ... ok
|
|
28 |
testBadGetAttr (prototest.mysql.bitfield.TestField) ... ok
|
|
29 |
testBadSetAttr (prototest.mysql.bitfield.TestField) ... ok
|
|
30 |
testDataInit (prototest.mysql.bitfield.TestField) ... ok
|
|
31 |
testDefaultInit (prototest.mysql.bitfield.TestField) ... ok
|
|
32 |
testGetAttr (prototest.mysql.bitfield.TestField) ... ok
|
|
33 |
testSetAttr (prototest.mysql.bitfield.TestField) ... ok
|
|
34 |
testDBOverrun (__main__.TestHandshake) ... ok
|
|
35 |
testEmptyRangeClientHandshake (__main__.TestHandshake) ... ok
|
|
36 |
testMaxRangeClientHandshake (__main__.TestHandshake) ... ok
|
|
37 |
testNullClientHandshake (__main__.TestHandshake) ... ok
|
|
38 |
testScrambleOverrun (__main__.TestHandshake) ... ok
|
|
39 |
testSimple (__main__.TestHandshake) ... ok
|
|
40 |
testUserOverrun (__main__.TestHandshake) ... ok
|
|
41 |
testDefaultInit (prototest.mysql.result.TestOkResult) ... ok
|
|
42 |
testDefaultInit40 (prototest.mysql.result.TestOkResult) ... ok
|
|
43 |
testKeywordInit (prototest.mysql.result.TestOkResult) ... ok
|
|
44 |
testUnpackInit (prototest.mysql.result.TestOkResult) ... ok
|
|
45 |
testUnpackInit40 (prototest.mysql.result.TestOkResult) ... ok
|
|
46 |
testDefaultInit (prototest.mysql.packet.TestPacket) ... ok
|
|
47 |
testKeywordInit (prototest.mysql.packet.TestPacket) ... ok
|
|
48 |
testPack (prototest.mysql.packet.TestPacket) ... ok
|
|
49 |
testPackRange (prototest.mysql.packet.TestPacket) ... ok
|
|
50 |
testUnpackInit (prototest.mysql.packet.TestPacket) ... ok
|
|
51 |
testDefaultInit (prototest.mysql.command.TestQueryCommand) ... ok
|
|
52 |
testKeywordInit (prototest.mysql.command.TestQueryCommand) ... ok
|
|
53 |
testPack (prototest.mysql.command.TestQueryCommand) ... ok
|
|
54 |
testUnpackInit (prototest.mysql.command.TestQueryCommand) ... ok
|
|
55 |
testDefaultInit (prototest.mysql.handshake.TestServerHandshake) ... ok
|
|
56 |
testKeywordInit (prototest.mysql.handshake.TestServerHandshake) ... ok
|
|
57 |
testPack (prototest.mysql.handshake.TestServerHandshake) ... ok
|
|
58 |
testUnpackInit (prototest.mysql.handshake.TestServerHandshake) ... ok
|
|
59 |
||
60 |
---------------------------------------------------------------------- |
|
61 |
Ran 58 tests |
|
62 |
||
63 |
OK |