Commit Graph

48 Commits

Author SHA1 Message Date
locklainn.linden
e39b341f18 all tests pass 2008-08-08 14:18:47 +00:00
locklainn.linden
42fcd8f8ea ms tests fixed for endian 2008-08-08 14:03:08 +00:00
locklainn.linden
225cd923bd moved over message frequency-num combo to the builder, removed from parser 2008-08-07 18:48:08 +00:00
locklainn.linden
d5c29ec5ed sending acks tested 2008-08-05 19:15:52 +00:00
locklainn.linden
1fed103f68 all tests pass! even the packet test data 2008-08-05 15:53:04 +00:00
locklainn.linden
052064b4eb message system tested, both sending and receiving 2008-08-04 19:38:25 +00:00
tao.takashi
679afc09c8 added a test for real packet data 2008-08-04 18:31:53 +00:00
locklainn.linden
760832baea message system begun being tested 2008-08-04 16:24:14 +00:00
locklainn.linden
853e96a554 message system mostly in, just needs to be tested and checked for accuracy 2008-08-01 21:02:55 +00:00
locklainn.linden
e290c1377c 2008-08-01 15:41:34 +00:00
tao.takashi
98a4d2b9e9 added tests for capturing errors 2008-08-01 15:26:00 +00:00
locklainn.linden
6af0cdc8e6 message system reading from message.xml for message flavors 2008-08-01 13:50:11 +00:00
locklainn.linden
4b5a1fdc1b added an llsd builder and more stubs for the message system, now only to implement it 2008-07-31 20:58:51 +00:00
locklainn.linden
e83be80e6d reader fully tested (again, says only 80ish percent, but testrunner includes method defs as untested code) 2008-07-29 15:46:27 +00:00
locklainn.linden
950558377a more tests for the reader, added data_unpacker 2008-07-29 15:10:59 +00:00
locklainn.linden
6864ba9666 committing updates with 1 failure 2008-07-28 20:16:44 +00:00
locklainn.linden
795fc5fce8 reader well on its way 2008-07-28 18:08:28 +00:00
tao.takashi
67bcfb4b1b added deserializer for credentials plus a test for it (and the serializer as well). Also cleaned up unused interfaces. 2008-07-27 19:54:54 +00:00
locklainn.linden
1ae7a086d7 test for builder 2008-07-25 20:14:59 +00:00
locklainn.linden
1b1d20d6ac message code moved into its own package 2008-07-25 13:24:25 +00:00
locklainn.linden
6857444a27 seems nearly all the message template building code is tested and covered (would be 100% if the testrunner didn't include import statements and class method definitions) 2008-07-24 19:52:35 +00:00
tao.takashi
03f309b012 merged trunk mrtopf-networking to trunk, grokified it, fixed a bug when not finding a serializer and added a test for it. Capabilities now also have a POST method for POSTing data to them. GET, etc. is pending. 2008-07-24 19:25:02 +00:00
locklainn.linden
6979ace54b moved networked tests 2008-07-24 14:20:25 +00:00
tao.takashi
c3528af70e merged branch mrtopf-grokified into trunk. For making it work I resolved some obvious conflicts and changed the message parser classes to new style classes. 2008-07-23 20:03:40 +00:00
locklainn.linden
38c775429a added data packer, fixed and tested more of the builder (serializer first run test) 2008-07-23 19:57:15 +00:00
locklainn.linden
be05b84108 tests passed now. removed getters and setters and broke some stuff 2008-07-23 19:38:37 +00:00
locklainn.linden
455310f7bc builder nearly done. Tests all pass, but need more tests. 2008-07-23 19:25:46 +00:00
locklainn.linden
b56d100787 almost finished the builder, and the tests for it mostly pass (will once its finished) 2008-07-22 20:13:59 +00:00
locklainn.linden
fd3dbd5530 template parser now doing the header decomposition. Message types added and now used (no more strings). Sizes also added to the variables. 2008-07-22 15:18:35 +00:00
locklainn.linden
195a8ac3c9 first pass at the message builder 2008-07-22 13:33:35 +00:00
locklainn.linden
33c2f9cff8 writing the tests for the message builder, added message types 2008-07-21 21:12:23 +00:00
locklainn.linden
784ae4c35a renamed test_packets.py to test_template_parser.py for better naming 2008-07-21 18:43:32 +00:00
locklainn.linden
ad0d9745f5 added fail case for the parser 2008-07-21 18:42:08 +00:00
locklainn.linden
034de0a1a9 testing the message parsing and template data structures. Made some changes due to the tests 2008-07-21 18:18:39 +00:00
tao.takashi
df7c4739f0 added doctests for the dict serializer/deserializer and the credential serializer, both using ISerialization. 2008-07-19 14:34:41 +00:00
tao.takashi
ed9aa20d06 added tests for capabilities testing. Added a new function to the test server which serves a dummy capability. 2008-07-19 14:17:33 +00:00
tess.linden
2847c290ff tess rewrote ogp test cases 2008-07-17 19:37:10 +00:00
locklainn.linden
dcc8678069 leyla's test_request_rez_avatar.py script 2008-07-17 17:44:41 +00:00
tao.takashi
23ac671be7 fixed host and port to make it work again 2008-07-14 18:45:30 +00:00
tao.takashi
91486dccd7 removed call to pdb. 2008-07-14 18:45:02 +00:00
tao.takashi
b9a63fc0ec removed registration call which would need grok (comes in a branch) 2008-07-14 18:44:42 +00:00
tao.takashi
3273416923 added test suite for login, using a doctest and the dummy server defined in base.py
After setup.py is adjusted you first have to start the test server using bin/testserver and after that running the tests using bin/test

This will be later refactored to be more automatic.
2008-07-14 18:00:20 +00:00
tao.takashi
e35700eb72 adding dummy test server for testing 2008-07-14 17:58:39 +00:00
locklainn.linden
f608ca3921 added another example of OGP Login so that it could be tested added a test class for the OGP Login added some dependencies to the test runner that is produced by buildout 2008-07-14 14:39:56 +00:00
locklainn.linden
5726a40b3c Removed the files that were not necessary 2008-07-01 12:30:48 +00:00
locklainn.linden
c2b80d65f0 added the example login code to the test folder 2008-06-30 13:34:32 +00:00
locklainn.linden
2d097f07c2 put back all the files that were used in the old pyogp code for historical and referencing purposes 2008-06-30 13:21:26 +00:00
locklainn.linden
5bb135727d 2008-06-27 15:10:24 +00:00