Directory cdx/scorebot/net/tests/mysql/

Directory Created:
2007-01-22 12:58
Directory Deleted:
2007-03-21 03:03
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/cdx/scorebot/net/tests/mysql

Lines of Code

cdx/scorebot/net/tests/mysql/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 139 (100.0%) 4.7
genned 5 (17.2%) 87 (62.6%) 17.4
dound 24 (82.8%) 52 (37.4%) 2.1

Most Recent Commits

dound 2007-03-21 03:03

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.

0 lines of code changed in:

  • cdx/scorebot/net/tests/mysql: MySQLService.java (del), Query.java (del), QueryPair.java (del), SelectQuery.java (del), package.html (del)
dound 2007-02-20 23:29

Remove getName and getDescription methods. This static information will come from cdx.scorebot.app.util.ScoringInfo now.

8 lines of code changed in:

  • cdx/scorebot/net/tests/mysql: MySQLService.java (+4 -28), QueryPair.java (+2 -27), SelectQuery.java (+2 -27)
dound 2007-02-15 20:26

javadoc updates

12 lines of code changed in:

  • cdx/scorebot/net/tests/mysql: MySQLService.java (+3 -3), Query.java (+3 -3), QueryPair.java (+3 -3), SelectQuery.java (+3 -3)
dound 2007-01-24 23:01

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:

  • cdx/scorebot/net/tests/mysql: QueryPair.java (+3 -3), SelectQuery.java (+3 -3)
dound 2007-01-23 23:21

1) All classes which store data now implement java.io.serializable so that we can serialize them to XML or binary format as needed.

12 lines of code changed in:

  • cdx/scorebot/net/tests/mysql: MySQLService.java (+3 -3), Query.java (+3 -3), QueryPair.java (+3 -3), SelectQuery.java (+3 -3)
dound 2007-01-23 13:37

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:

  • cdx/scorebot/net/tests/mysql: QueryPair.java (+5 -4), SelectQuery.java (+5 -4)
dound 2007-01-22 16:43

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:

  • cdx/scorebot/net/tests/mysql: MySQLService.java (changed), Query.java (changed), QueryPair.java (+2 -4), SelectQuery.java (+2 -4)
genned 2007-01-22 12:58

Initial revision

87 lines of code changed in:

  • cdx/scorebot/net/tests/mysql: MySQLService.java (new 28), Query.java (new 3), QueryPair.java (new 28), SelectQuery.java (new 28), package.html (new)
Generated by StatCVS 0.3