|
Revision 4115, 300 bytes
(checked in by jani.laakso@…, 8 months ago)
|
|
Fixed #1528 Remote TT client example does not exit properly
Also
- Import fix.
- Build.xml still needs work. Magi, I'll leave this to you (ask from me about plug-in changes).
- Cleaner error reporting for server plug-in.
- Added few example testcase scripts
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # IT Mill Testing Tools Server configuration file |
|---|
| 3 | # |
|---|
| 4 | |
|---|
| 5 | # Add plug-in JAR to classpath and define plug-in class here |
|---|
| 6 | pluginClass = com.itmill.testingtools.plugin.rmi.RemotePlugin |
|---|
| 7 | |
|---|
| 8 | # if plug-in clients connect from non-localhost network, specify host ip here |
|---|
| 9 | pluginRMIHost = 127.0.0.1 |
|---|
| 10 | |
|---|
| 11 | demomode = true |
|---|