bug fix: support for working from root of virtual host
[webpac] / openisis / jtest.bat
1 @echo off\r
2 \r
3 rem  openisis - an open implementation of the ISIS database\r
4 rem  Version 0.8.x (microversion see file Version)\r
5 rem  Copyright (C) 2001-2002 by Erik Grziwotz, erik@openisis.org\r
6 rem\r
7 rem  This library is free software; you can redistribute it and/or\r
8 rem  modify it under the terms of the GNU Lesser General Public\r
9 rem  License as published by the Free Software Foundation; either\r
10 rem  version 2.1 of the License, or (at your option) any later version.\r
11 rem\r
12 rem  This library is distributed in the hope that it will be useful,\r
13 rem  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14 rem  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
15 rem  Lesser General Public License for more details.\r
16 rem\r
17 rem  You should have received a copy of the GNU Lesser General Public\r
18 rem  License along with this library; if not, write to the Free Software\r
19 rem  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
20 rem\r
21 rem  This software is dedicated to the memory of Eckart Dietrich.\r
22 rem\r
23 rem  This software is inspired by (but contains no code of) the iAPI\r
24 rem  Copyright (C) 2000 by Robert Janusz, rj@jezuici.krakow.pl.\r
25 rem  See iAPI.txt for what it contains.\r
26 rem\r
27 rem\r
28 rem  $Id: jtest.bat,v 1.1 2002/08/28 14:47:13 erikisis Exp $\r
29 rem  Testscript for openisis java classes on win32 platforms\r
30 rem\r
31 \r
32 set CLASSPATH=.\r
33 \r
34 if not exist testout.txt goto bug\r
35 del testout.txt\r
36 \r
37 :bug\r
38 \r
39 java org.openisis.Test -db db/cds/cds -encoding Cp850 -row 42 >> testout.txt\r
40 java org.openisis.Test -db db/cds/cds -encoding Cp850 -search development >> testout.txt\r
41 java org.openisis.Test -db db/cds/cds -encoding Cp850 -terms "" >> testout.txt\r
42 java org.openisis.Test -db db/cds/cds -encoding Cp850 -mpu -row 130 >> testout.txt\r
43 java org.openisis.Test -db db/cds/cds -encoding Cp850 -mhl -hta -row 130 >> testout.txt\r
44 java org.openisis.Test -db db/cds/cds -encoding Cp850 -m1 -row 130 >> testout.txt\r
45 \r
46 fc testout.txt jtest.txt\r
47 \r
48 \r