commit apache-commons-codec for openSUSE:Factory
Hello community, here is the log from the commit of package apache-commons-codec for openSUSE:Factory checked in at 2014-06-26 08:00:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-commons-codec (Old) and /work/SRC/openSUSE:Factory/.apache-commons-codec.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "apache-commons-codec" Changes: -------- --- /work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes 2014-05-17 06:43:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes 2014-06-26 08:00:34.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jun 22 17:18:33 UTC 2014 - schwab@suse.de + +- timeout.patch: avoid spurious timeout in BeiderMorse tests + +------------------------------------------------------------------- New: ---- timeout.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-commons-codec.spec ++++++ --- /var/tmp/diff_new_pack.rbtLbo/_old 2014-06-26 08:00:36.000000000 +0200 +++ /var/tmp/diff_new_pack.rbtLbo/_new 2014-06-26 08:00:36.000000000 +0200 @@ -36,6 +36,9 @@ Source2: apache-commons-codec.keyring Source4: MANIFEST.MF +# PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests +Patch0: timeout.patch + BuildRequires: ant >= 1.7 BuildRequires: ant-junit >= 1.7 BuildRequires: java-devel >= 1.6.0 @@ -90,6 +93,7 @@ %prep %gpg_verify %{SOURCE1} %setup -q -n %{short_name}-%{version}-src +%patch0 -p1 #fixes eof encoding sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt ++++++ timeout.patch ++++++ Index: commons-codec-1.8-src/src/test/java/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java =================================================================== --- commons-codec-1.8-src.orig/src/test/java/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java +++ commons-codec-1.8-src/src/test/java/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java @@ -125,7 +125,7 @@ public class BeiderMorseEncoderTest exte Languages.getInstance("thereIsNoSuchLanguage"); } - @Test(timeout = 10000L) + @Test public void testLongestEnglishSurname() throws EncoderException { final BeiderMorseEncoder bmpm = createGenericApproxEncoder(); bmpm.encode("MacGhilleseatheanaich"); Index: commons-codec-1.8-src/src/test/java/org/apache/commons/codec/language/bm/PhoneticEngineTest.java =================================================================== --- commons-codec-1.8-src.orig/src/test/java/org/apache/commons/codec/language/bm/PhoneticEngineTest.java +++ commons-codec-1.8-src/src/test/java/org/apache/commons/codec/language/bm/PhoneticEngineTest.java @@ -71,7 +71,7 @@ public class PhoneticEngineTest { this.maxPhonemes = maxPhonemes; } - @Test(timeout = 10000L) + @Test public void testEncode() { final PhoneticEngine engine = new PhoneticEngine(this.nameType, this.ruleType, this.concat, this.maxPhonemes); -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de