minor: Make BasicCircuitTests.SetUp() call overriden base method instead of ignoring it.
							parent
							
								
									baa599e5b0
								
							
						
					
					
						commit
						713fdda7f8
					
				|  | @ -65,8 +65,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests | |||
|         } | ||||
| 
 | ||||
|         [SetUp] | ||||
|         public void SetUp() | ||||
|         public override void SetUp() | ||||
|         { | ||||
|             base.SetUp(); | ||||
|             m_scene = new SceneHelpers().SetupScene(); | ||||
|         } | ||||
|          | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Justin Clark-Casey (justincc)
						Justin Clark-Casey (justincc)