[med-svn] [Git][med-team/kissplice][master] Fix KisspliceDBGTest.py

Nilesh Patra gitlab at salsa.debian.org
Thu May 28 23:13:15 BST 2020



Nilesh Patra pushed to branch master at Debian Med / kissplice


Commits:
cf8b512b by Nilesh Patra at 2020-05-29T03:42:58+05:30
Fix KisspliceDBGTest.py

- - - - -


1 changed file:

- debian/patches/tests-2to3.patch


Changes:

=====================================
debian/patches/tests-2to3.patch
=====================================
@@ -150,7 +150,22 @@ Last-Update: Sun, 12 Apr 2020 18:40:00 +0200
  import re
  from sys import argv
  from os.path import dirname, abspath
-@@ -30,9 +30,9 @@
+@@ -19,20 +19,20 @@
+ # testing expected results
+ successful = True
+ 
+-if result_diff_edges  != "":
++if result_diff_edges  != b"":
+     successful = False
+ 
+-if result_diff_nodes  != "":
++if result_diff_nodes  != b"":
+     successful = False
+-     
+-if result_diff_counts != "":
++
++if result_diff_counts != b"":
+     successful = False
  
  # summary
  if successful:



View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/commit/cf8b512b66ce7c0e7571a3657168bc14660b50e0

-- 
View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/commit/cf8b512b66ce7c0e7571a3657168bc14660b50e0
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200528/c47a26f0/attachment.html>


More information about the debian-med-commit mailing list