Home | History | Annotate | Download | only in http

Lines Matching refs:testdata

33 	testFile    = "testdata/file"
74 ServeFile(w, r, "testdata/file")
184 {"/testdata/file", 200},
202 ServeFile(rec, req, "testdata/file")
213 {"/test/testdata", "/test/testdata/"},
214 {"/test/testdata/file/", "/test/testdata/file"},
459 ServeFile(w, r, "testdata/file")
480 ServeFile(w, r, "testdata/style.css")
512 e := "/testdata/"
518 r, err := Get(ts.URL + "/testdata")
536 ServeFile(w, r, "testdata/file")
538 // Because the testdata is so small, it would fit in
564 for _, path := range []string{"/testdata/", "/testdata/index.html"} {
773 htmlModTime := mustStat(t, "testdata/index.html").ModTime()
776 file: "testdata/style.css",
781 file: "testdata/index.html",
788 file: "testdata/style.css",
797 file: "testdata/style.css",
807 file: "testdata/style.css",
823 file: "testdata/style.css",
832 file: "testdata/style.css",
842 file: "testdata/style.css",
853 file: "testdata/style.css",
863 file: "testdata/style.css",
875 file: "testdata/style.css",
885 file: "testdata/style.css",
897 file: "testdata/style.css",
915 file: "testdata/style.css",
924 file: "testdata/style.css",
933 file: "testdata/style.css",
942 file: "testdata/style.css",
951 file: "testdata/style.css",
961 file: "testdata/style.css",
1153 mux.Handle("/", FileServer(Dir("testdata")))