[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.5-21-gca683b2

Francesco Poli (wintermute) invernomuto at paranoici.org
Sat Dec 10 17:02:47 UTC 2011


The following commit has been merged in the master branch:
commit d978dad2603f19826bd8f1712d4409d70b8f5186
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Thu Dec 8 18:14:13 2011 +0100

    reformat comment in test_logic

diff --git a/debian/changelog b/debian/changelog
index d38eb51..087862f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,7 @@ apt-listbugs (0.1.6) UNRELEASED; urgency=low
     currently ignores the "affects" BTS field
   * added more assertions to the first test suite
 
- -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Thu, 08 Dec 2011 16:37:06 +0100
+ -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Thu, 08 Dec 2011 17:55:34 +0100
 
 apt-listbugs (0.1.5) unstable; urgency=low
 
diff --git a/test_logic.rb b/test_logic.rb
index c929ac0..ec58178 100755
--- a/test_logic.rb
+++ b/test_logic.rb
@@ -112,22 +112,21 @@ class TC_BugsFactory < Test::Unit::TestCase
   end
 
   def test_am_i_buggy
-    # from francesco poli
-# Legend:  V  version under consideration
-#          o  version where the bug is found
-#          x  version where the bug is fixed
-#          ?  irrelevant data
-# a)  ----------------V------------------  buggy
-# b)  ----------------V------x-----------  buggy
-# c)  ----------------V------o-----------  non-buggy
-# d)  ----------------V------o----x------  non-buggy
-# e)  ----------------V------x----o------  buggy
-#          1    2     3      4    5
-
-# f)  ----------o-----V--- ? -- ? -- ? --  buggy
-# g)  ----------x-----V--- ? -- ? -- ? --  non-buggy
-# h)  -----o----x-----V--- ? -- ? -- ? --  non-buggy
-# i)  -----x----o-----V--- ? -- ? -- ? --  buggy
+    # Legend:  V  version under consideration
+    #          o  version where the bug is found
+    #          x  version where the bug is fixed
+    #          ?  irrelevant data
+    #
+    # version  1    2     3      4    5
+    # a)  ----------------V------------------  buggy
+    # b)  ----------------V------x-----------  buggy
+    # c)  ----------------V------o-----------  non-buggy
+    # d)  ----------------V------o----x------  non-buggy
+    # e)  ----------------V------x----o------  buggy
+    # f)  ----------o-----V--- ? -- ? -- ? --  buggy
+    # g)  ----------x-----V--- ? -- ? -- ? --  non-buggy
+    # h)  -----o----x-----V--- ? -- ? -- ? --  non-buggy
+    # i)  -----x----o-----V--- ? -- ? -- ? --  buggy
 
     assert_equal(true,
                  Factory::BugsFactory.am_i_buggy(

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list