Summary Period: 2003-07-07 to 2004-04-28
/server/src/org/nees/ntcp/server/state/test/
Total Lines Of Code:
932 (2004-07-27)
User | Changes | Lines of code | Lines each change |
---|---|---|---|
pearlman | 10 (50.0%) | 883 (80.6%) | 88 |
mdarcy | 9 (45.0%) | 175 (15.9%) | 19 |
wilk | 1 (5.0%) | 37 (3.3%) | 37 |
Sum | 20 (100%) | 1095 (100%) | 54 |
wilk 4/28/04 11:21 AM |
Undeployment corrections to build process. Extending server state interfaces to allow removing transactions and control points. Implementing reset call in NtcpHelper and NtcpServerImpl. |
37 lines of code changed in: server/src/org/nees/ntcp/server/state/test/NtcpTransactionTableTest.java (+37 -1) | |
pearlman 7/26/03 3:42 AM |
Fixed propose to return the correct state if a proposal is rejected because (some of) its control points are in use. Fixed tests not to reuse control point names. |
12 lines of code changed in: server/src/org/nees/ntcp/server/state/test/NtcpTestUtils.java (+12 -4) | |
pearlman 7/25/03 2:30 AM |
Fix problems with some unit tests -- all but TransactionDataTest now work with the dummy plugin (but have not been tried with the other plugins). Also, NtcpHelper.propose was always returning "executing" for the transaction state. |
15 lines of code changed in: server/src/org/nees/ntcp/server/state/test: NtcpTransactionTableTest.java (+2 -2), NtcpTransactionTest.java (+13 -9) | |
mdarcy 7/24/03 3:03 AM |
fixed up server tests, did not renable all of them as there are still a few failing, they can be run individually in with junit though |
16 lines of code changed in: server/src/org/nees/ntcp/server/state/test: NtcpTestUtils.java (+8 -5), NtcpTransactionTest.java (+8 -32) | |
mdarcy 7/15/03 12:23 PM |
reverted ControlPluginTransactionHandle and LocalControlPlugin interfaces to use vector return types and vector parameter types modified corresponding server components and test components to reflect this change removed NtcpParameterHelper and moved its functionality into NtcpHelper.java added arrayToVector conversion helper routines for ControlPointType and ParameterType into NtcpHelper.java |
8 lines of code changed in: server/src/org/nees/ntcp/server/state/test/NtcpTransactionTest.java (+8 -5) | |
mdarcy 7/12/03 1:51 AM |
fixed serialization issue for ParameterType complex type - minor gsdl change required - should not impact client(s) or plugins(s) added convenience class for ParameterType fixed up basic test added simple compile-time configurable approach for testing - pretty much just another convenience class |
39 lines of code changed in: server/src/org/nees/ntcp/server/state/test: NtcpTestUtils.java (+31 -6), NtcpTransactionTest.java (+8 -19) | |
mdarcy 7/9/03 3:38 AM |
minor schema changes updated NtcpHelper and test cases to reflect schema changes basic test case runs and fails as expected serialization/deserialization of complex types appears to be working in the basic test, but is not thoroughly tested in other places |
112 lines of code changed in: server/src/org/nees/ntcp/server/state/test: NtcpControlPointTest.java (+21 -13), NtcpTestUtils.java (+16 -11), NtcpTransactionTableTest.java (+13 -6), NtcpTransactionTest.java (+62 -40) | |
pearlman 7/7/03 8:58 PM |
Made NtcpTransactionTest implement ...backend.ControlPluginTransactionHandle. Added more test cases. |
147 lines of code changed in: server/src/org/nees/ntcp/server/state/test: NtcpControlPointTableTest.java (new 44), NtcpTransactionTableTest.java (+86), NtcpTransactionTest.java (+17 -10) | |
pearlman 7/7/03 4:34 AM |
Added classes to handle transaction and control point state. |
709 lines of code changed in: server/src/org/nees/ntcp/server/state/test: NtcpControlPointTest.java (new 141), NtcpTestUtils.java (new 42), NtcpTransactionTableTest.java (new 80), NtcpTransactionTest.java (new 446) | |
Generated by StatCvs v0.1.3