(configFile string)
| 38 | } |
| 39 | |
| 40 | func findCamliInclude(configFile string) (path string, err error) { |
| 41 | return NewJSONConfigParser().ConfigFilePath(configFile) |
| 42 | } |
| 43 | |
| 44 | // Calls OpenCamliInclude to open path, and checks that it contains "test" |
| 45 | func checkOpen(t *testing.T, path string) { |
no test coverage detected