[office/tellico/4.2] src/tests: shh
Robby Stephenson <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit afa955cfe4b86487fbf3df158316f9c4aefb4310 by Robby Stephenson.
Committed on 16/08/2026 at 19:50.
Pushed by rstephenson into branch '4.2'.
shh
M +1 -1 src/tests/isbntest.cpp
https://invent.kde.org/office/tellico/-/commit/afa955cfe4b86487fbf3df158316f9c4aefb4310
diff --git a/src/tests/isbntest.cpp b/src/tests/isbntest.cpp
index 186d26704..838b0f1f1 100644
--- a/src/tests/isbntest.cpp
+++ b/src/tests/isbntest.cpp
@@ -260,7 +260,7 @@ void IsbnTest::testState_data() {
QTest::newRow("978-047-014-") << QValidator::Intermediate << QL1("978-047-01") << false;
// the 7 digit indicates it is now a possible isbn13, not a nigerian isbn10
QTest::newRow("978-0-470-147") << QValidator::Intermediate << QL1("978-0-470-147") << true;
- QTest::newRow("978-0-470-147") << QValidator::Intermediate << QL1("978-0-470-147-") << true;
+ QTest::newRow("978-0-470-147-") << QValidator::Intermediate << QL1("978-0-470-147-") << true;
QTest::newRow("978-0-470-1476") << QValidator::Intermediate << QL1("978-0-470-1476") << false;
// checksum is added
QTest::newRow("978-0-470-14762") << QValidator::Acceptable << QL1("978-0-470-14762") << true;