common/compiler, common/docserver, jsre: fix tests on windows

This commit is contained in:
Felix Lange
2015-08-06 17:18:59 +02:00
parent eae1191904
commit 3832019964
4 changed files with 38 additions and 17 deletions
-1
View File
@@ -38,7 +38,6 @@ func New(docRoot string) (self *DocServer) {
DocRoot: docRoot,
schemes: []string{"file"},
}
self.DocRoot = "/tmp/"
self.RegisterProtocol("file", http.NewFileTransport(http.Dir(self.DocRoot)))
return
}