Changes for page Thrash Testing

Last modified by Ray Kiddy on 2009/11/04 13:00

From version 5.1
edited by Ray Kiddy
on 2009/11/04 13:00
Change comment: add note about parameterization of inner class
To version 6.1
edited by Ray Kiddy
on 2009/11/04 13:00
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  One can test EOF operations in concurrent threads using the "thrash" test built into Wonder. One uses ant to execute the tests.
2 2  
3 -See [[ERXThrashTest.java>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Frameworks/Core/ERExtensions/Tests/Sources/er/extensions/eof/ERXThrashTest.java?view=markup]] in the Wonder sources. One can define inner classes in that class. The "SimpleFetchTest" and "SimpleInsertTest" classes are examples. The thrash test will take a "scheme" that can be specified by the user and execute that scheme.
3 +See [[ERXThrashTest.java>>url:http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Frameworks/Core/ERExtensions/Tests/Sources/er/extensions/eof/ERXThrashTest.java?view=markup||shape="rect"]] in the Wonder sources. One can define inner classes in that class. The "SimpleFetchTest" and "SimpleInsertTest" classes are examples. The thrash test will take a "scheme" that can be specified by the user and execute that scheme.
4 4  
5 5  {{code}}
6 6  
... ... @@ -37,7 +37,7 @@
37 37  
38 38  {{/code}}
39 39  
40 -The tests rely on a few things. Values need to be set in the /Library/wobuild.properties file:
40 +The tests rely on a few things. Values need to be set in the ~~/Library/wobuild.properties file:
41 41  
42 42  {{code}}
43 43