server test removed
This commit is contained in:
parent
83b33a3bb9
commit
7bd00b687b
|
@ -6,34 +6,6 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestServer_Start(t *testing.T) {
|
||||
// refactoring required
|
||||
//s := Server{
|
||||
// Host: "localhost",
|
||||
// Port: 5000,
|
||||
//}
|
||||
//host := "http://localhost:5000/"
|
||||
//urls := []string{
|
||||
// host,
|
||||
// host + "assets/js/all.min.js",
|
||||
// host + "assets/css/app.css",
|
||||
// host + "app/components/settings/index.html",
|
||||
// host + "app/components/project/index.html",
|
||||
// host + "app/components/project/index.html",
|
||||
// host + "app/components/index.html",
|
||||
//}
|
||||
//err := s.Start()
|
||||
//if err != nil {
|
||||
// t.Fatal(err)
|
||||
//}
|
||||
//for _, elm := range urls {
|
||||
// resp, err := http.Get(elm)
|
||||
// if err != nil || resp.StatusCode != 200 {
|
||||
// t.Fatal(err, resp.StatusCode, elm)
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
func TestServer_Open(t *testing.T) {
|
||||
cmd := map[string]string{
|
||||
"windows": "start",
|
||||
|
|
Loading…
Reference in New Issue