mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-21 03:15:47 +01:00
Revert "The source tests are completely brok4n :("
This reverts commit a76ffb0143
.
This commit is contained in:
parent
d8ff82cf45
commit
96ba551836
@ -9,7 +9,6 @@ import (
|
|||||||
"net/url"
|
"net/url"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"sort"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
@ -380,8 +379,6 @@ func TestNewSource(t *testing.T) {
|
|||||||
} else {
|
} else {
|
||||||
c.Nil(err, "Unexpected error")
|
c.Nil(err, "Unexpected error")
|
||||||
}
|
}
|
||||||
sort.SliceStable(got.urls, func(i, j int) bool { return got.urls[i].String() < got.urls[j].String() })
|
|
||||||
sort.SliceStable(e.Source.urls, func(i, j int) bool { return e.Source.urls[i].String() < e.Source.urls[j].String() })
|
|
||||||
c.DeepEqual(got, e.Source, "Unexpected return")
|
c.DeepEqual(got, e.Source, "Unexpected return")
|
||||||
checkTestServer(c, d)
|
checkTestServer(c, d)
|
||||||
checkSourceCache(c, e)
|
checkSourceCache(c, e)
|
||||||
|
Loading…
Reference in New Issue
Block a user