File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,15 +125,15 @@ func (f *FastTracer) testFastBJ_v6() {
125125}
126126
127127func (f * FastTracer ) testFastSH_v6 () {
128- f .tracert_v6 (TestIPsCollection .Shanghai .Location , TestIPsCollection .Beijing .CT163 )
129- f .tracert_v6 (TestIPsCollection .Shanghai .Location , TestIPsCollection .Beijing .CU169 )
130- f .tracert_v6 (TestIPsCollection .Shanghai .Location , TestIPsCollection .Beijing .CM )
128+ f .tracert_v6 (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CT163 )
129+ f .tracert_v6 (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CU169 )
130+ f .tracert_v6 (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CM )
131131}
132132
133133func (f * FastTracer ) testFastGZ_v6 () {
134- f .tracert_v6 (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Beijing .CT163 )
135- f .tracert_v6 (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Beijing .CU169 )
136- f .tracert_v6 (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Beijing .CM )
134+ f .tracert_v6 (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CT163 )
135+ f .tracert_v6 (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CU169 )
136+ f .tracert_v6 (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CM )
137137}
138138
139139func FastTestv6 (traceMode trace.Method , outEnable bool , paramsFastTrace ParamsFastTrace ) {
Original file line number Diff line number Diff line change @@ -443,13 +443,13 @@ func (f *FastTracer) testFastBJ() {
443443}
444444
445445func (f * FastTracer ) testFastSH () {
446- f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Beijing .CT163 )
447- f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Beijing .CU169 )
448- f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Beijing .CM )
446+ f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CT163 )
447+ f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CU169 )
448+ f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CM )
449449}
450450
451451func (f * FastTracer ) testFastGZ () {
452- f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Beijing .CT163 )
453- f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Beijing .CU169 )
454- f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Beijing .CM )
452+ f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CT163 )
453+ f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CU169 )
454+ f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CM )
455455}
You can’t perform that action at this time.
0 commit comments