[med-svn] [python-pysam] 01/03: Correct an error in the upstream test suite.
Charles Plessy
plessy at moszumanska.debian.org
Sat Apr 19 05:37:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to annotated tag debian/0.7.7-1
in repository python-pysam.
commit 3cd5ab8f1ca6f6afe4687ad53edfe421cf6675e9
Author: Charles Plessy <plessy at debian.org>
Date: Sat Apr 19 14:14:53 2014 +0900
Correct an error in the upstream test suite.
This is already corrected upstrem.
---
debian/patches/offline-tests.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/offline-tests.patch b/debian/patches/offline-tests.patch
index 968b5ba..022dd10 100644
--- a/debian/patches/offline-tests.patch
+++ b/debian/patches/offline-tests.patch
@@ -1164,7 +1164,7 @@ Description: Create a copy of the test suite script and remove those
+
+ def testFetchErrors( self ):
+ self.assertRaises( ValueError, self.file.fetch )
-+ self.assertRaises( ValueError, self.file.fetch, "chr1", -1, 10 )
++ self.assertRaises( IndexError, self.file.fetch, "chr1", -1, 10 )
+ self.assertRaises( ValueError, self.file.fetch, "chr1", 20, 10 )
+
+ def testLength( self ):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git
More information about the debian-med-commit
mailing list