up
This commit is contained in:
@@ -51,6 +51,11 @@ func TestComputeDXCCAndConfirm(t *testing.T) {
|
||||
if dxcc.Confirmed != 3 {
|
||||
t.Errorf("DXCC confirmed = %d, want 3", dxcc.Confirmed)
|
||||
}
|
||||
// Validated is the stricter LoTW-only tier: a paper QSL confirms but does
|
||||
// NOT validate, so only USA (LoTW) counts.
|
||||
if dxcc.Validated != 1 {
|
||||
t.Errorf("DXCC validated = %d, want 1 (LoTW only, QSL doesn't validate)", dxcc.Validated)
|
||||
}
|
||||
|
||||
was := by["WAS"]
|
||||
if was.Worked != 2 { // MA, NY only (France excluded by DXCC filter)
|
||||
|
||||
Reference in New Issue
Block a user