format patches
This commit is contained in:
parent
5e4e1ac7d3
commit
da2e3bc23f
|
@ -1,11 +1,18 @@
|
|||
Description: disable tests that require network connection
|
||||
Author: Iftikhar Ahmad <iftikhar.ahmad@canonical.com>
|
||||
From: Iftikhar Ahmad <iftikhar.ahmad@canonical.com>
|
||||
Date: Tue, 24 May 2022 22:35:29 +0800
|
||||
Subject: disable tests that require network connection
|
||||
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2014-09-07
|
||||
---
|
||||
tests/auto/auto.pro | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
|
||||
index d3537f6..33137b7 100644
|
||||
--- a/tests/auto/auto.pro
|
||||
+++ b/tests/auto/auto.pro
|
||||
@@ -20,10 +20,8 @@
|
||||
@@ -20,10 +20,8 @@ SUBDIRS=\
|
||||
qxmlname \
|
||||
qxmlnamepool \
|
||||
qxmlnodemodelindex \
|
||||
|
|
|
@ -1,11 +1,18 @@
|
|||
Description: test not-installed binary in tst_xmlpatternsvalidator
|
||||
Author: Dmitry Shachnev <mitya57@debian.org>
|
||||
From: Dmitry Shachnev <mitya57@debian.org>
|
||||
Date: Tue, 24 May 2022 22:35:29 +0800
|
||||
Subject: test not-installed binary in tst_xmlpatternsvalidator
|
||||
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2015-08-20
|
||||
---
|
||||
tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp b/tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp
|
||||
index 79f86d9..454da96 100644
|
||||
--- a/tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp
|
||||
+++ b/tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp
|
||||
@@ -57,7 +57,7 @@
|
||||
@@ -57,7 +57,7 @@ private:
|
||||
};
|
||||
|
||||
tst_XmlPatternsValidator::tst_XmlPatternsValidator()
|
||||
|
|
Loading…
Reference in New Issue