Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / org.gvsig.openjdk.v1_6 / src / test / resources / README.txt @ 31668

History | View | Annotate | Download (423 Bytes)

1
#set( $symbol_pound = '#' )
2
#set( $symbol_dollar = '$' )
3
#set( $symbol_escape = '\' )
4
Put into this folder the resources needed by your test classes.
5

    
6
This folder is added to the Tests classpath, so you can load any resources 
7
through the ClassLoader.
8

    
9
By default, in this folder you can find an example of log4j configuration,
10
prepared to log messages through the console, so logging works when you
11
run your tests classes.