[SCM] rocs packaging branch, kubuntu_wily_archive, updated. debian/14.12.2-1-18-g9f20883

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Aug 13 23:20:40 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/rocs.git;a=commitdiff;h=2328e4c

The following commit has been merged in the kubuntu_wily_archive branch:
commit 2328e4cc75cbc20c1628ea09bb291e3aba7891de
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Fri Aug 14 00:20:24 2015 +0100

    patch
---
 debian/patches/test-use-new-graph-format | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/test-use-new-graph-format b/debian/patches/test-use-new-graph-format
new file mode 100644
index 0000000..55e30ea
--- /dev/null
+++ b/debian/patches/test-use-new-graph-format
@@ -0,0 +1,15 @@
+Description: Use new graph file format in unit test.
+Author: Andreas Cord-Landwehr
+Origin: http://quickgit.kde.org/?p=rocs.git&a=commitdiff&h=7e1846828e91d604e483bd621696e247df902afb&hp=4d7564256380683e34f8fb74dd31da7b34d210b2
+
+--- rocs-15.07.90.orig/src/autotests/test_project.cpp
++++ rocs-15.07.90/src/autotests/test_project.cpp
+@@ -60,7 +60,7 @@ void TestProject::projectOperations()
+ 
+     // test import of graph
+     QTemporaryFile graphFile;
+-    graphFile.setFileTemplate("XXXXXXX.graph");
++    graphFile.setFileTemplate("XXXXXXX.graph2");
+     graphFile.open();
+     GraphTheory::GraphDocumentPtr graphDoc = project.importGraphDocument(QUrl::fromLocalFile(graphFile.fileName()));
+     QCOMPARE(project.graphDocuments().length(), 1);

-- 
rocs packaging



More information about the pkg-kde-commits mailing list