[root]/cdx/scorebot/net/tests/samba
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 41 (100.0%) | 599 (100.0%) | 14.6 |
veryoriginal | 6 (14.6%) | 257 (42.9%) | 42.8 |
genned | 4 (9.8%) | 169 (28.2%) | 42.2 |
dound | 28 (68.3%) | 159 (26.5%) | 5.6 |
rreagan3 | 3 (7.3%) | 14 (2.3%) | 4.6 |
samba has been deleted ... it is smb
0 lines of code changed in:
Default port numbers are now set when the service is instantiated.
3 lines of code changed in:
Framework Change: Test now manages the service field. Also, setService has been added. Also, Test now takes a generic parameter which allows children to specify what kind of Service they require.
15 lines of code changed in:
no empty strings!!!!
6 lines of code changed in:
no empty strings!!!!
8 lines of code changed in:
Fixed up the tests packages. Change summary:
1) Method added which asks the Test to add the "default" results (to ensure all results are given a value!)
2) Option naming, usage, and verification fixed
3) MD5 class move to cdx.scorebot.util
4) IntegrityCheck class created to make it easy to do multiple kinds of verification including MD5, Regular Expressions/Pattern Matching, or nothing (i.e. just complete the retrieval).
5) Deleted unused packages -- mysql and vtc
6) Removed unused connect and disconnect methods
7) Updated the ReadFile class so that it can now verify what it retrieved instead of just retrieving the file.
8) Minor bug fixes in several files (really, just mismatched option and result names)
9) Replaced all usages of "details" result returns with setExplanation calls. Standardized these calls as well.
84 lines of code changed in:
Updated results
3 lines of code changed in:
fixed config fields
19 lines of code changed in:
TargetIP is now stored as a string. New methods get/setTargetInetAddress have been added to support the old get/setTargetIP which returned/took an InetAddress vice the new String type.
11 lines of code changed in:
Writes a file!!!
98 lines of code changed in:
Reads a file!!!
111 lines of code changed in:
Working connection to service
26 lines of code changed in:
Remove getName and getDescription methods. This static information will come from cdx.scorebot.app.util.ScoringInfo now.
8 lines of code changed in:
javadoc updates
9 lines of code changed in:
Adjusted Method. Test.getDefaultConfigValues is now protected. A new public method Test.getDefaultConfigValueCopy returns a copy of what Test.getDefaultConfigValues returns.
The constructor for TestItem now initializes its options with the default values of options for the test being tested.
6 lines of code changed in:
1) All classes which store data now implement java.io.serializable so that we can serialize them to XML or binary format as needed.
9 lines of code changed in:
1) Class added. TestMisconfigurationException added -- used to potentially log and explain errors
2) Method signature changed. Test.verifyConfigValue(...) -- Now throws a TestMisconfigurationException instead of returning a string explaining the error.
10 lines of code changed in:
1) The abstract run method now has void for its return type. The results are being returned through the TestEvent passed in the argument list.
2) New Method: Test.getConfig( String optionName ) returns the value of the requested configuration option. This method was added for convenience.
4 lines of code changed in:
Initial revision
169 lines of code changed in: