mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-08-31 18:08:48 +00:00
patch: Patch/ygo set 25th (#13)
This commit is contained in:
@@ -642,6 +642,12 @@ TEST_SUITE("YuGiOhCardPreviewSource::parsePrintVariants yugioh_same_card_set_var
|
||||
}
|
||||
|
||||
TEST_SUITE("YuGiOhCardPreviewSource::fetchImageUrl") {
|
||||
TEST_CASE("supports auto-detect print metadata") {
|
||||
FixedHttpClient http;
|
||||
YuGiOhCardPreviewSource src{http};
|
||||
CHECK(src.supportsAutoDetectPrint());
|
||||
}
|
||||
|
||||
TEST_CASE("queries Yugipedia first and uses the per-printing scan when found") {
|
||||
// Two same-passcode reprints with genuinely different art (LOB vs
|
||||
// SDK Blue-Eyes). Yugipedia hosts both, so we should always pick the
|
||||
|
||||
Reference in New Issue
Block a user