diff --git a/hrp/testcase.go b/hrp/testcase.go index 69120497..a9a55d5f 100644 --- a/hrp/testcase.go +++ b/hrp/testcase.go @@ -61,7 +61,7 @@ func (path *TestCasePath) ToTestCase() (*TestCase, error) { return nil, err } if tc.Config == nil { - return nil, errors.New("incorrect testcase file format, expected config in file") + tc.Config = &TConfig{Name: "testcase name"} } err = tc.MakeCompat()