Updated some test cases git-svn-id: svn://10.0.0.236/trunk@66984 18797224-902f-48f8-a5cc-f745e15eee43
24 lines
567 B
Plaintext
24 lines
567 B
Plaintext
## The timeouts of test execution
|
|
DELAY=60
|
|
DELAY_OF_CYCLE=5
|
|
DELAY_INTERNAL=40
|
|
|
|
## The names of files for writing log and result by test
|
|
LOG_FILE=PlugletTest.log
|
|
RESULT_FILE=PlugletTest.res
|
|
|
|
## File separator property, used to specify PLUGLET variable
|
|
## Under Win32
|
|
FSEP=\
|
|
|
|
## Under Unix
|
|
#FSEP=/
|
|
|
|
## The root directory of the this pluglet API test suite
|
|
TEST_TOP_DIR=C:\sync
|
|
|
|
## The URL of directory where the htmls of tests are placed
|
|
## The path to this directory should be pointed in set_env.bat to be used
|
|
## during building
|
|
HTML_ROOT=file:/c:/sync/build/htroot
|