[Python-modules-commits] r26111 - in packages/python-firehose/trunk/debian (4 files)

paultag at users.alioth.debian.org paultag at users.alioth.debian.org
Wed Oct 9 01:08:16 UTC 2013


    Date: Wednesday, October 9, 2013 @ 01:08:13
  Author: paultag
Revision: 26111

Add test data; new upstream release

Added:
  packages/python-firehose/trunk/debian/test-data/
  packages/python-firehose/trunk/debian/test-data/findbugs_jformatstring.txt
Modified:
  packages/python-firehose/trunk/debian/changelog
  packages/python-firehose/trunk/debian/rules

Modified: packages/python-firehose/trunk/debian/changelog
===================================================================
--- packages/python-firehose/trunk/debian/changelog	2013-10-09 00:02:04 UTC (rev 26110)
+++ packages/python-firehose/trunk/debian/changelog	2013-10-09 01:08:13 UTC (rev 26111)
@@ -1,3 +1,11 @@
+python-firehose (0.3-1) experimental; urgency=low
+
+  * Upstream release
+  * Add debian/test-data/findbugs_jformatstring.txt - to be removed for 0.4,
+    upstrem was missing it in the MANIFEST.in
+
+ -- Paul Tagliamonte <paultag at debian.org>  Tue, 08 Oct 2013 21:14:22 -0400
+
 python-firehose (0.2-1) experimental; urgency=low
 
   * Initial release. (To experimental because the Schema is likely to change

Modified: packages/python-firehose/trunk/debian/rules
===================================================================
--- packages/python-firehose/trunk/debian/rules	2013-10-09 00:02:04 UTC (rev 26110)
+++ packages/python-firehose/trunk/debian/rules	2013-10-09 01:08:13 UTC (rev 26111)
@@ -11,7 +11,8 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rvf ./*.egg-info ./build
+	rm -rvf ./*.egg-info ./build \
+		tests/parsers/example-output/findbugs/findbugs_jformatstring.txt
 
 override_dh_auto_build:
 	set -xe; \
@@ -20,6 +21,9 @@
 	done
 
 override_dh_auto_test:
+	mkdir -pv tests/parsers/example-output/findbugs/
+	cp -v debian/test-data/findbugs_jformatstring.txt \
+		tests/parsers/example-output/findbugs/findbugs_jformatstring.txt
 	set -xe; \
 	for py in $(PYVERS); do \
 		$$py /usr/bin/nosetests; \

Added: packages/python-firehose/trunk/debian/test-data/findbugs_jformatstring.txt
===================================================================
--- packages/python-firehose/trunk/debian/test-data/findbugs_jformatstring.txt	                        (rev 0)
+++ packages/python-firehose/trunk/debian/test-data/findbugs_jformatstring.txt	2013-10-09 01:08:13 UTC (rev 26111)
@@ -0,0 +1,16 @@
+M B FS: Format string should use %n rather than \n in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testShouldWork()  At FormatterRuntimeTest.java:[line 21]
+M B FS: Format string should use %n rather than \n in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testShouldWork()  At FormatterRuntimeTest.java:[line 22]
+H C FS: Argument of type String can't be handled by format specifier %d in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testStringWhereIntegerExpected()  At FormatterRuntimeTest.java:[line 28]
+H C FS: format string "%s" needs argument 2 but only 1 are provided in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testNotEnoughParameters()  At FormatterRuntimeTest.java:[line 36]
+H C USELESS_STRING: Argument of type int[] formatted in useless way in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testPassingAnArray()  At FormatterRuntimeTest.java:[line 43]
+H D FS: Non-Boolean argument formatted using %b format specifier in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testPassingAnIntToABoolean()  At FormatterRuntimeTest.java:[line 47]
+H C FS: Illegal format string "%Y" in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testFormatDateWithY()  At FormatterRuntimeTest.java:[line 52]
+H C FS: No previous argument for format string argument to String.format(String, Object[]) in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testBug1874856TruePositive()  At FormatterRuntimeTest.java:[line 78]
+M B FS: Format string should use %n rather than \n in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testDateMismatch()  At FormatterRuntimeTest.java:[line 88]
+H C FS: Argument of type String can't be handled by format specifier %tY in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testDateMismatch()  At FormatterRuntimeTest.java:[line 88]
+H C RV: return value of String.format(String, Object[]) ignored in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testShouldWork()  At FormatterRuntimeTest.java:[line 19]
+M C RV: return value of String.format(String, Object[]) ignored in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testStringWhereIntegerExpected()  At FormatterRuntimeTest.java:[line 28]
+M C RV: return value of String.format(String, Object[]) ignored in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testNotEnoughParameters()  At FormatterRuntimeTest.java:[line 36]
+M C RV: return value of String.format(String, Object[]) ignored in edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest.testFormatDateWithY()  At FormatterRuntimeTest.java:[line 52]
+H D DLS: Dead store to c in edu.umd.cs.findbugs.formatStringChecker.FormatterCompileTimeTest.testBug1874856FalsePositive()  At FormatterCompileTimeTest.java:[line 66]
+H D DLS: Dead store to c in edu.umd.cs.findbugs.formatStringChecker.FormatterCompileTimeTest.testBug1874856TruePositive()  At FormatterCompileTimeTest.java:[line 89]




More information about the Python-modules-commits mailing list