koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha modbibitem.pl,1.7,1.8 testKoha.pl,1.4,1.5


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha modbibitem.pl,1.7,1.8 testKoha.pl,1.4,1.5
Date: Thu, 20 Jun 2002 11:05:24 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv23699

Modified Files:
        modbibitem.pl testKoha.pl 
Log Message:
Are we getting sick of merging yet?  Not me!


Index: modbibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbibitem.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** modbibitem.pl       20 Jun 2002 17:57:11 -0000      1.7
--- modbibitem.pl       20 Jun 2002 18:04:45 -0000      1.8
***************
*** 73,77 ****
  <em><a 
href=/cgi-bin/koha/detail.pl?bib=$data->{'biblionumber'}&type=intra>$data->{'title'}
 ($data->{'author'})</a><br>
  Modify Group - $data->{'description'}</em></FONT><br>             
! <form action="updatebibitem.pl" method=post>
  <table border=0 cellspacing=0 cellpadding=5 align=left>
  
--- 73,77 ----
  <em><a 
href=/cgi-bin/koha/detail.pl?bib=$data->{'biblionumber'}&type=intra>$data->{'title'}
 ($data->{'author'})</a><br>
  Modify Group - $data->{'description'}</em></FONT><br>             
! <form action=updatebibitem.pl method=post>
  <table border=0 cellspacing=0 cellpadding=5 align=left>
  

Index: testKoha.pl
===================================================================
RCS file: /cvsroot/koha/koha/testKoha.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** testKoha.pl 1 Jun 2002 05:53:47 -0000       1.4
--- testKoha.pl 20 Jun 2002 18:04:46 -0000      1.5
***************
*** 1,7 ****
  #!/usr/bin/perl -w
  
  use strict;
  use Test::Harness;
  
  
! runtests ('t/koha.t', 't/Catalogue.t');
--- 1,31 ----
  #!/usr/bin/perl -w
  
+ # $Id$
+ 
  use strict;
  use Test::Harness;
  
+ # please add many tests here
+ # Please make the test name the same as the module name where possible
+ 
+ my @tests=(
+       't/format.t',
+       't/Input.t',
+       't/koha.t',
+       't/output.t',
+       't/require.t',
+       't/Catalogue.t',
+ );
+ 
+ 
+ runtests (@tests);
+ 
+ exit;
  
! # $Log$
! # Revision 1.5  2002/06/20 18:04:46  tonnesen
! # Are we getting sick of merging yet?  Not me!
! #
! # Revision 1.1.2.7  2002/06/20 15:19:33  amillar
! # Test valid ISBN numbers in Input.pm
! #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]