From 3f02041e17c90d28be4faacd78a43659022ea472 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 6 May 2013 20:12:32 -0700 Subject: Update the GetRouteList test. This test was failing because it was expecting the list to be ordered, but that's not the case. --- router_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/router_test.go b/router_test.go index 1d959a9..0df229d 100644 --- a/router_test.go +++ b/router_test.go @@ -31,10 +31,6 @@ func TestGetRouteList(t *testing.T) { if len(routes) != 3 { t.Fatal() } - - if routes[0] != "/foo" { - t.Fatal() - } } func TestGetHasPath(t *testing.T) { -- cgit 1.4.1