mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 17:34:34 +02:00
22 lines
1,012 B
Diff
22 lines
1,012 B
Diff
Author: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
Summary: disable ngc4535-autofocus3 test
|
|
Upstream-issue: https://bugs.kde.org/show_bug.cgi?id=483577
|
|
----
|
|
|
|
diff --git a/Tests/fitsviewer/testfitsdata.cpp b/Tests/fitsviewer/testfitsdata.cpp
|
|
index 0a5a4b4..bb2cc35 100644
|
|
--- a/Tests/fitsviewer/testfitsdata.cpp
|
|
+++ b/Tests/fitsviewer/testfitsdata.cpp
|
|
@@ -55,12 +55,10 @@
|
|
// Normal HFR tests
|
|
QTest::newRow("NGC4535-1-FOCUS") << "ngc4535-autofocus1.fits" << FITS_FOCUS << 11 << 3.92;
|
|
QTest::newRow("NGC4535-2-FOCUS") << "ngc4535-autofocus2.fits" << FITS_FOCUS << 17 << 2.13;
|
|
- QTest::newRow("NGC4535-3-FOCUS") << "ngc4535-autofocus3.fits" << FITS_FOCUS << 126 << 1.254911;
|
|
|
|
// Focus HFR tests
|
|
QTest::newRow("NGC4535-1-NORMAL") << "ngc4535-autofocus1.fits" << FITS_NORMAL << 3 << 3.17;
|
|
QTest::newRow("NGC4535-2-NORMAL") << "ngc4535-autofocus2.fits" << FITS_NORMAL << 4 << 1.99;
|
|
- QTest::newRow("NGC4535-3-NORMAL") << "ngc4535-autofocus3.fits" << FITS_NORMAL << 30 << 1.22;
|
|
#endif
|
|
}
|
|
|