1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 13:05:56 +00:00

Update to 4.4.6

This commit is contained in:
Gerasimos Maropoulos
2016-10-04 01:18:17 +03:00
parent f39b6c4bfb
commit 2090eb4d83
4 changed files with 30 additions and 22 deletions

View File

@@ -409,8 +409,8 @@ func TestMuxSimpleParty(t *testing.T) {
}
Default.Config.VHost = "0.0.0.0:8080"
Default.Config.Tester.Debug = true
//Default.Config.Tester.ExplicitURL = true
// Default.Config.Tester.Debug = true
// Default.Config.Tester.ExplicitURL = true
e := Tester(t)
request := func(reqPath string) {
@@ -421,7 +421,7 @@ func TestMuxSimpleParty(t *testing.T) {
}
// run the tests
request("/party1")
request("/party1/")
request("/party1/path1")
request("/party1/path2")
request("/party1/namedpath/theparam1/something/theparam2")