[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/t/webscripts catalog.t,1.1.2.4,1.1.2.5
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/t/webscripts catalog.t,1.1.2.4,1.1.2.5 |
Date: |
Tue, 05 Nov 2002 11:47:14 -0800 |
Update of /cvsroot/koha/koha/t/webscripts
In directory usw-pr-cvs1:/tmp/cvs-serv24769/t/webscripts
Modified Files:
Tag: rel-1-2
catalog.t
Log Message:
Adding an admin script for setting up the 'class' list in the advanced search
pages.
Index: catalog.t
===================================================================
RCS file: /cvsroot/koha/koha/t/webscripts/Attic/catalog.t,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** catalog.t 29 Oct 2002 20:05:44 -0000 1.1.2.4
--- catalog.t 5 Nov 2002 19:47:12 -0000 1.1.2.5
***************
*** 5,9 ****
}
! $| = 1; print "1..28\n";
$::intranetdir=`grep intranetdir /etc/koha.conf`;
chomp $::intranetdir;
--- 5,9 ----
}
! $| = 1; print "1..29\n";
$::intranetdir=`grep intranetdir /etc/koha.conf`;
chomp $::intranetdir;
***************
*** 48,51 ****
--- 48,55 ----
$script="$intranetdir/cgi-bin/search.pl author=thompson";
contains($script, $test, [200,164]);
+
+ $test='Author search - Johnson, Edna';
+ $script="$intranetdir/cgi-bin/search.pl author=Johnson,%20Edna";
+ contains($script, $test, [276]);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/t/webscripts catalog.t,1.1.2.4,1.1.2.5,
Steve Tonnesen <=