bee/autorouter_test.go

10 lines
121 B
Go
Raw Normal View History

2013-07-27 01:44:44 +00:00
package main
import (
"testing"
)
func TestGetControllerInfo(t *testing.T) {
getControllerInfo("testdata/router/")
}