Author: jprantan
Date: Tue Apr 7 06:29:57 2009
New Revision: 1715
Modified:
trunk/atest/resources/resource.html
Log:
Fixed to work in windows where ? and * are not valid in file/dir names.
Modified: trunk/atest/resources/resource.html
==============================================================================
--- trunk/atest/resources/resource.html (original)
+++ trunk/atest/resources/resource.html Tue Apr 7 06:29:57 2009
@@ -11232,7 +11232,7 @@
- <td><br>
+ <td>${OUTDIR.replace('?', '_') .replace('*', '_')}