Nilesh Patra pushed to branch master at Debian Med / kissplice
Commits: 85d8cb59 by Nilesh Patra at 2020-05-28T22:42:59+00:00 Revert "Fix KisspliceDBGTest.py" - - - - - 1 changed file: - debian/patches/tests-2to3.patch Changes: ===================================== debian/patches/tests-2to3.patch ===================================== @@ -150,22 +150,7 @@ Last-Update: Sun, 12 Apr 2020 18:40:00 +0200 import re from sys import argv from os.path import dirname, abspath -@@ -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 +@@ -30,9 +30,9 @@ # summary if successful: View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/commit/85d8cb5918f81d432dcd0f13f7fe0c1386823884 -- View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/commit/85d8cb5918f81d432dcd0f13f7fe0c1386823884 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
