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

This commit is contained in:
Felix Lange
2015-08-06 15:19:09 +01:00
parent eae1191904
commit 3832019964
4 changed files with 39 additions and 18 deletions

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
}