File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,9 @@ func testHEDGet(h Handle) *testHED {
170
170
func testReinit () {
171
171
testOnce = sync.Once {}
172
172
testHEDs = nil
173
- for _ , v := range testHandles {
174
- v .getBasicHandle ().clearInited () // so it is reinitialized next time around
175
- }
173
+ // for _, v := range testHandles {
174
+ // v.getBasicHandle().clearInited() // so it is reinitialized next time around
175
+ // }
176
176
}
177
177
178
178
func testInitAll () {
Original file line number Diff line number Diff line change @@ -440,6 +440,7 @@ func testInit() {
440
440
441
441
for _ , v := range testHandles {
442
442
bh := testBasicHandle (v )
443
+ bh .clearInited () // so it is reinitialized next time around
443
444
// pre-fill them first
444
445
bh .EncodeOptions = testEncodeOptions
445
446
bh .DecodeOptions = testDecodeOptions
Original file line number Diff line number Diff line change @@ -170,9 +170,6 @@ func testHEDGet(h Handle) *testHED {
170
170
func testReinit () {
171
171
testOnce = sync.Once {}
172
172
testHEDs = nil
173
- for _ , v := range testHandles {
174
- v .getBasicHandle ().clearInited () // so it is reinitialized next time around
175
- }
176
173
}
177
174
178
175
func testInitAll () {
You can’t perform that action at this time.
0 commit comments