summaryrefslogtreecommitdiff
path: root/domain_test.go
diff options
context:
space:
mode:
authorhorus_arch2015-03-29 20:52:16 +0200
committerhorus_arch2015-03-29 20:52:16 +0200
commit050315fd4253a962a5a2fa7fc69eb712bbf0ecdc (patch)
treee4e86aba3c27ab7749c6f97c9d1895024292eccc /domain_test.go
parentde06b66b52c2e269bab93022f2fe46c7e02133f6 (diff)
downloadfreemail-050315fd4253a962a5a2fa7fc69eb712bbf0ecdc.tar.gz
Add modified mailgraph.cgi. Update style.css. Complete test suite, every function should be tested.
Diffstat (limited to 'domain_test.go')
-rw-r--r--domain_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/domain_test.go b/domain_test.go
index 1560d55..af80d0d 100644
--- a/domain_test.go
+++ b/domain_test.go
@@ -24,9 +24,6 @@ func TestDomainExists(t *testing.T) {
}
func TestValidateDomain(t *testing.T) {
- if testing.Short() || !*testExternal {
- t.Skip("Skipping test to avoid external network.")
- }
d := VirtualDomain{Name: "blablabla"}
if d.ValidateDomain("blablabla") {
t.Fatal(d.Name + " is not a valid domain.")