|
Size: 2989
Comment:
|
← Revision 10 as of 2009-09-20 22:11:47 ⇥
Size: 3015
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 14: | Line 14: |
| || NSinSameJVM.java || junit || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-3211 DERBY-3211] || || badConnection.java || junit|| derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-2305 DERBY-2305] || || callable.java || junit || derbynetmats || client || CallableTest.java [http://issues.apache.org/jira/browse/DERBY-2304 DERBY-2304] (junit test runs in both client and embedded; moved from derbynet to jdbcapi)|| |
|| NSinSameJVM.java || junit || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-3211|DERBY-3211]] || || badConnection.java || junit|| derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-2305|DERBY-2305]] || || callable.java || junit || derbynetmats || client || CallableTest.java [[http://issues.apache.org/jira/browse/DERBY-2304|DERBY-2304]] (junit test runs in both client and embedded; moved from derbynet to jdbcapi)|| |
| Line 18: | Line 18: |
| || csPrepStmt.java || junit || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-3295 DERBY-3295] || | || csPrepStmt.java || junit || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-3295|DERBY-3295]] || |
| Line 20: | Line 20: |
| || dataSourcePermissions_net.java || junit || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-1496 DERBY-1496] || | || dataSourcePermissions_net.java || junit || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-1496|DERBY-1496]] || |
| Line 22: | Line 22: |
| || !DerbyNetNewServer.java || adapter || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-2305 DERBY-2305] || | || !DerbyNetNewServer.java || adapter || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-2305|DERBY-2305]] || |
| Line 24: | Line 24: |
| || getCurrentProperties.java || harness || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-3717 DERBY-3717]|| || maxthreads.java || harness || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-3800 DERBY-3800] || |
|| getCurrentProperties.java || harness || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-3717|DERBY-3717]]|| || maxthreads.java || harness || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-3800|DERBY-3800]] || |
| Line 29: | Line 29: |
| || testProtocol.java || harness || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-2031 DERBY-2031] Note: patch appears stalled. || || testProperties.java || junit || derbynetmats || client ||[http://issues.apache.org/jira/browse/DERBY-3088 DERBY-3088] || || testconnection.java || harness || derbynetmats || client ||[http://issues.apache.org/jira/browse/DERBY-3273 DERBY-3273] || || testij.java || adapter/junit || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-2505 DERBY-2505] || |
|| testProtocol.java || harness || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-2031|DERBY-2031]] Note: patch appears stalled. || || testProperties.java || junit || derbynetmats || client ||[[http://issues.apache.org/jira/browse/DERBY-3088|DERBY-3088]] || || testconnection.java || harness || derbynetmats || client ||[[http://issues.apache.org/jira/browse/DERBY-3273|DERBY-3273]] || || testij.java || adapter/junit || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-2505|DERBY-2505]] || |
| Line 34: | Line 34: |
| || testSecMec.java || junit || derbynetmats || client || [http://issues.apache.org/jira/browse/DERBY-1496 DERBY-1496] || | || testSecMec.java || junit || derbynetmats || client || [[http://issues.apache.org/jira/browse/DERBY-1496|DERBY-1496]] || |
Below only those tests that are in the tests/derbynet directory. Other tests part of derbynetmats or derbynetclientmats may be addressed under LangJunitTestConversion or JdbcapiJunitTestConversion
State is one of:
- harness - runs as a harness test
- adapter - runs as a canon based test in JUnit infrastructure
- junit - converted to an assert based JUnit test
Client/Embedded is one of
- embedded - runs only in embedded with derbyall
- client - runs only in client with derbyall
- both - runs embedded and client with derbyall
Test (derbynet) |
State |
Old Suite(s) |
Client/Embedded |
Notes |
NSinSameJVM.java |
junit |
derbynetmats |
client |
|
badConnection.java |
junit |
derbynetmats |
client |
|
callable.java |
junit |
derbynetmats |
client |
CallableTest.java DERBY-2304 (junit test runs in both client and embedded; moved from derbynet to jdbcapi) |
checkSecMgr.java |
junit |
derbynetmats |
client |
done, revision 532853 |
csPrepStmt.java |
junit |
derbynetmats |
client |
|
dblook_test_net.java |
harness |
derbynetmats |
client |
|
dataSourcePermissions_net.java |
junit |
derbynetmats |
client |
|
DerbyNetAutoStart.java |
harness |
derbynetmats |
client |
|
DerbyNetNewServer.java |
adapter |
derbynetmats |
client |
|
executeUpdate.java |
harness |
derbynetmats |
client |
|
getCurrentProperties.java |
harness |
derbynetmats |
client |
|
maxthreads.java |
harness |
derbynetmats |
client |
|
runtimeinfo.java |
harness |
derbynetmats |
client |
|
sysinfo.java |
harness |
derbynetmats |
client |
|
sysinfo_withproperties.java |
harness |
derbynetmats |
client |
|
testProtocol.java |
harness |
derbynetmats |
client |
DERBY-2031 Note: patch appears stalled. |
testProperties.java |
junit |
derbynetmats |
client |
|
testconnection.java |
harness |
derbynetmats |
client |
|
testij.java |
adapter/junit |
derbynetmats |
client |
|
timeslice.java |
harness |
derbynetmats |
client |
|
testSecMec.java |
junit |
derbynetmats |
client |
|