[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:50 UTC 2011


The following commit has been merged in the master branch:
commit 6561d11647ce19646c987376ef35cc3da1e6b99f
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Dec 10 16:19:20 2011 +0100

    improve assertion names in test_statmap

diff --git a/debian/changelog b/debian/changelog
index 2086ff4..7ac891a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,7 @@ apt-listbugs (0.1.6) UNRELEASED; urgency=low
   * enhanced the (theoretical) correctness of the code to check whether a
     bug is present in a package version
 
- -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 10 Dec 2011 00:14:17 +0100
+ -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 10 Dec 2011 16:10:33 +0100
 
 apt-listbugs (0.1.5) unstable; urgency=low
 
diff --git a/test_logic.rb b/test_logic.rb
index fd0e0b2..d85d4bd 100755
--- a/test_logic.rb
+++ b/test_logic.rb
@@ -561,9 +561,10 @@ class TC_AppConfig < Test::Unit::TestCase
   def test_statmap
     assert_equal("my_undefined",
                  @a.statmap("my_undefined"),
-                 "test how it handles undefined value")
+                 "statmap of an undefined value")
+
     assert_equal("unfixed",
                  @a.statmap("pending"),
-                 "test how translation works")
+                 "statmap of pending")
   end
 end

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list