[med-svn] r3042 - trunk/packages/python-biopython/trunk/debian/patches

plessy at alioth.debian.org plessy at alioth.debian.org
Fri Jan 23 13:13:38 UTC 2009


Author: plessy
Date: 2009-01-23 13:13:38 +0000 (Fri, 23 Jan 2009)
New Revision: 3042

Modified:
   trunk/packages/python-biopython/trunk/debian/patches/02-fix-wise-test.patch
Log:
Forgot to patch also the output file, that is used to compare to the local result.


Modified: trunk/packages/python-biopython/trunk/debian/patches/02-fix-wise-test.patch
===================================================================
--- trunk/packages/python-biopython/trunk/debian/patches/02-fix-wise-test.patch	2009-01-23 12:46:31 UTC (rev 3041)
+++ trunk/packages/python-biopython/trunk/debian/patches/02-fix-wise-test.patch	2009-01-23 13:13:38 UTC (rev 3042)
@@ -59,3 +59,22 @@
  def run_tests(argv):
      test_suite = testing_suite()
 
+diff -u -r1.2 -r1.3
+--- biopython/Tests/output/test_Wise	2005/10/23 21:24:51	1.2
++++ biopython/Tests/output/test_Wise	2009/01/23 12:23:20	1.3
+@@ -1,11 +1,11 @@
+ test_Wise
+-test_dnal (test_Wise.TestWiseDryRun) ... ok
+-test_psw (test_Wise.TestWiseDryRun) ... ok
+-test_align (test_Wise.TestWise) ... ok
++Call dnal, and do a trivial check on its output. ... ok
++Call psw, and do a trivial check on its output. ... ok
++Call dnal with optional arguments, and do a trivial check on the output. ... ok
+ Doctest: Bio.Wise._build_align_cmdline ... ok
+ Doctest: Bio.Wise.all_pairs ... ok
+ 
+ ----------------------------------------------------------------------
+-Ran 5 tests in 0.010s
++Ran 5 tests in 0.070s
+ 
+ OK




More information about the debian-med-commit mailing list