format patches

This commit is contained in:
openKylinBot 2022-05-16 16:00:49 +08:00
parent 5fdf1b3ca5
commit 3672cdf661
2 changed files with 0 additions and 37 deletions

View File

@ -1,36 +0,0 @@
---
autotests/addresstest.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- a/autotests/addresstest.cpp
+++ b/autotests/addresstest.cpp
@@ -186,7 +186,7 @@ void AddressTest::formatTest()
QCOMPARE(address.formattedAddress(QStringLiteral("Jim Knopf")), result);
}
- {
+ /* {
KContacts::Address address;
address.setStreet(QStringLiteral("Lummerlandstr. 1"));
address.setPostalCode(QStringLiteral("12345"));
@@ -196,9 +196,9 @@ void AddressTest::formatTest()
const QString result(QStringLiteral("Jim Knopf\nLummerlandstr. 1\n12345 Lummerstadt"));
QCOMPARE(address.formattedAddress(QStringLiteral("Jim Knopf")), result);
- }
+ } */
- {
+ /* {
KContacts::Address address;
address.setStreet(QStringLiteral("Haus Randa"));
address.setPostalCode(QStringLiteral("1234"));
@@ -210,7 +210,7 @@ void AddressTest::formatTest()
const QString result(QStringLiteral("Dr. Konqui\nCasella postale 5678\nHaus Randa\n1234 Randa\n\nSCHWEIZ"));
QCOMPARE(address.formattedAddress(QStringLiteral("Dr. Konqui")), result);
- }
+ } */
}
void AddressTest::shouldExportVcard3()

View File

@ -1 +0,0 @@
#disable-addresstest-formatTest