summaryrefslogtreecommitdiff
path: root/server_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 /server_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 'server_test.go')
-rw-r--r--server_test.go5
1 files changed, 1 insertions, 4 deletions
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)
}