From 050315fd4253a962a5a2fa7fc69eb712bbf0ecdc Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sun, 29 Mar 2015 20:52:16 +0200 Subject: Add modified mailgraph.cgi. Update style.css. Complete test suite, every function should be tested. --- server_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'server_test.go') diff --git a/server_test.go b/server_test.go index 57d96c3..ba84bc7 100644 --- a/server_test.go +++ b/server_test.go @@ -5,10 +5,7 @@ import ( ) func TestCreateNewEntry(t *testing.T) { - if testing.Short() || !*testExternal { - t.Skip("Skipping test to avoid external network.") - } - err := CreateNewEntry("foobar@example.org", "password") + err := CreateNewEntry("foobar@localhost", "password") if err != nil { t.Fatal(err) } -- cgit v1.2.3