[Koha-cvs] CVS: koha/t/webscripts catalog.t,1.1.2.4,1.1.2.5

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Nov 5 20:47:14 CET 2002


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]);
  
  





More information about the Koha-cvs mailing list