Update of /cvsroot/rtk/rtk/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4726/test
Modified Files:
test.h
Log Message:
Small bugfix
Index: test.h
===================================================================
RCS file: /cvsroot/rtk/rtk/test/test.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test.h 14 Mar 2004 13:55:40 -0000 1.9
--- test.h 14 Mar 2004 13:57:01 -0000 1.10
***************
*** 30,36 ****
#if defined(_RTK_WIN32_)
! # define TEST_FILE = "..\test.dat"
#else
! # define TEST_FILE = "../test.dat"
#endif
--- 30,36 ----
#if defined(_RTK_WIN32_)
! # define RTK_TEST_FILE "..\test.dat"
#else
! # define RTK_TEST_FILE "../test.dat"
#endif
|