[root]/cdx/scorebot/net/tests/email
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 523 (100.0%) | 13.0 |
genned | 3 (7.5%) | 230 (44.0%) | 76.6 |
veryoriginal | 7 (17.5%) | 146 (27.9%) | 20.8 |
dound | 25 (62.5%) | 125 (23.9%) | 5.0 |
rreagan3 | 5 (12.5%) | 22 (4.2%) | 4.4 |
fixed serialVersionUID visibility / constancy
6 lines of code changed in:
Added public long serialVersionUID = 102L; to all serializable classes.
8 lines of code changed in:
Options which don't require values are no longer forced to have values (sendmail->subject, sendmail->body, readfile->expected_value and integritycheck->expected_value).
4 lines of code changed in:
Changed for apple in the main class just for testing
3 lines of code changed in:
"cause unknown" is now set as the explanation vice something about a null pointer exception
5 lines of code changed in:
caught a nullpointerexception thrown by the messagingexception.getcause().getmessage() method call at the end of run( TestEvent ). exception was thrown when I tried the test on smtp.gmail.com with my usna address for 'to' and my gmail address as 'from'
7 lines of code changed in:
no message
3 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.
6 lines of code changed in:
oops, making the service final (i didn't need to change it in the first place)
3 lines of code changed in:
making the service not final
3 lines of code changed in:
no empty strings!!!!
6 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.
27 lines of code changed in:
Fixed return types to what they were intended to be. Still needs some work, but should be ok for testing.
5 lines of code changed in:
Updated results
14 lines of code changed in:
Options for Sendmail now meet the contract in the InfoMaintainerGUI.
14 lines of code changed in:
"Success" => "success"
6 lines of code changed in:
removed a debug line
2 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.
6 lines of code changed in:
detects a failed send
3 lines of code changed in:
(12 more)