File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ public FlavorTests(ITestOutputHelper testLog)
2626
2727 public void Dispose ( )
2828 {
29+ _testData . Dispose ( ) ;
30+
2931 Trace . Listeners . Clear ( ) ;
3032 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
31-
32- _testData . Dispose ( ) ;
3333 }
3434
3535 [ Fact ]
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ public ImageTests(ITestOutputHelper testLog)
2626
2727 public void Dispose ( )
2828 {
29+ _testData . Dispose ( ) ;
30+
2931 Trace . Listeners . Clear ( ) ;
3032 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
31-
32- _testData . Dispose ( ) ;
3333 }
3434
3535 [ Fact ]
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ public KeyPairTests(ITestOutputHelper testLog)
2929
3030 public void Dispose ( )
3131 {
32+ _testData . Dispose ( ) ;
33+
3234 Trace . Listeners . Clear ( ) ;
3335 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
34-
35- _testData . Dispose ( ) ;
3636 }
3737
3838 [ Fact ]
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ public ServerTests(ITestOutputHelper testLog)
2929
3030 public void Dispose ( )
3131 {
32+ _testData . Dispose ( ) ;
33+
3234 Trace . Listeners . Clear ( ) ;
3335 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
34-
35- _testData . Dispose ( ) ;
3636 }
3737
3838 [ Fact ]
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ public SecurityGroupTests(ITestOutputHelper testLog)
2929
3030 public void Dispose ( )
3131 {
32+ _testData . Dispose ( ) ;
33+
3234 Trace . Listeners . Clear ( ) ;
3335 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
34-
35- _testData . Dispose ( ) ;
3636 }
3737
3838 [ Fact ]
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ public ServerGroupTests(ITestOutputHelper testLog)
2727
2828 public void Dispose ( )
2929 {
30+ _testData . Dispose ( ) ;
31+
3032 Trace . Listeners . Clear ( ) ;
3133 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
32-
33- _testData . Dispose ( ) ;
3434 }
3535
3636 [ Fact ]
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ public ServerTests(ITestOutputHelper testLog)
2929
3030 public void Dispose ( )
3131 {
32+ _testData . Dispose ( ) ;
33+
3234 Trace . Listeners . Clear ( ) ;
3335 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
34-
35- _testData . Dispose ( ) ;
3636 }
3737
3838 [ Fact ]
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ public VolumeTests(ITestOutputHelper testLog)
2828
2929 public void Dispose ( )
3030 {
31+ _testData . Dispose ( ) ;
32+
3133 Trace . Listeners . Clear ( ) ;
3234 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
33-
34- _testData . Dispose ( ) ;
3535 }
3636
3737 // Endpoint is documented but doesn't exist
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ public NetworkingServiceTests(ITestOutputHelper testLog)
2727
2828 public void Dispose ( )
2929 {
30+ _testData . Dispose ( ) ;
31+
3032 Trace . Listeners . Clear ( ) ;
3133 OpenStackNet . Tracing . Http . Listeners . Clear ( ) ;
32-
33- _testData . Dispose ( ) ;
3434 }
3535
3636 #region Networks
You can’t perform that action at this time.
0 commit comments