[libetonyek] 01/03: add drop-test-that-violates-Unicode-tr-35 from Fedora

Rene Engelhard rene at moszumanska.debian.org
Tue Oct 4 18:25:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libetonyek.

commit a81f17357c83405e3e81799f46e815337c82c71d
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Oct 4 19:16:37 2016 +0200

    add drop-test-that-violates-Unicode-tr-35 from Fedora
---
 .../drop-test-that-violates-Unicode-tr-35.diff     | 36 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/drop-test-that-violates-Unicode-tr-35.diff b/debian/patches/drop-test-that-violates-Unicode-tr-35.diff
new file mode 100644
index 0000000..f21035f
--- /dev/null
+++ b/debian/patches/drop-test-that-violates-Unicode-tr-35.diff
@@ -0,0 +1,36 @@
+From 1a20d8ece2ea3e8aa1d319cd88e8a6aa637982f2 Mon Sep 17 00:00:00 2001
+From: David Tardon <dtardon at redhat.com>
+Date: Fri, 30 Sep 2016 09:57:15 +0200
+Subject: [PATCH] drop test that violates Unicode tr#35
+
+(and therefore fails with latest liblangtag)
+
+Change-Id: I0e06c6c4e8bcf999cf5559d6287e77ae97e555d8
+---
+ src/test/IWORKLanguageManagerTest.cpp | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+diff --git a/src/test/IWORKLanguageManagerTest.cpp b/src/test/IWORKLanguageManagerTest.cpp
+index 8fca0a6..e663bd2 100644
+--- a/src/test/IWORKLanguageManagerTest.cpp
++++ b/src/test/IWORKLanguageManagerTest.cpp
+@@ -104,16 +104,6 @@ void IWORKLanguageManagerTest::testTagToProps()
+   }
+ 
+   {
+-    const string tag(mgr.addTag("ccc"));
+-    CPPUNIT_ASSERT(!tag.empty());
+-    RVNGPropertyList props;
+-    mgr.writeProperties(tag, props);
+-    assertProperty("unknown lang", props, "fo:language", "ccc");
+-    CPPUNIT_ASSERT(!props["fo:country"]);
+-    CPPUNIT_ASSERT(!props["fo:script"]);
+-  }
+-
+-  {
+     // invalid tag
+     const string tag(mgr.addTag("13c"));
+     CPPUNIT_ASSERT(tag.empty());
+-- 
+2.9.3
+
diff --git a/debian/patches/series b/debian/patches/series
index 19bcb39..8d0abbe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-brain-fart.diff
 mdds-1.2.diff
+drop-test-that-violates-Unicode-tr-35.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libetonyek.git



More information about the Pkg-openoffice-commits mailing list