aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs')
-rw-r--r--OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs b/OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs
index 0ab407e..5e6a638 100644
--- a/OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs
+++ b/OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs
@@ -105,7 +105,7 @@ namespace OpenSim.Tests.Stress
105 public void Draw() 105 public void Draw()
106 { 106 {
107 SceneObjectGroup so = SceneHelpers.AddSceneObject(m_tests.Scene); 107 SceneObjectGroup so = SceneHelpers.AddSceneObject(m_tests.Scene);
108 108
109 while (Ready) 109 while (Ready)
110 { 110 {
111 UUID originalTextureID = so.RootPart.Shape.Textures.GetFace(0).TextureID; 111 UUID originalTextureID = so.RootPart.Shape.Textures.GetFace(0).TextureID;
@@ -120,7 +120,7 @@ namespace OpenSim.Tests.Stress
120 string.Format("PenColour BLACK; MoveTo 40,220; FontSize 32; Text {0};", text), 120 string.Format("PenColour BLACK; MoveTo 40,220; FontSize 32; Text {0};", text),
121 "", 121 "",
122 0); 122 0);
123 123
124 Assert.That(originalTextureID, Is.Not.EqualTo(so.RootPart.Shape.Textures.GetFace(0).TextureID)); 124 Assert.That(originalTextureID, Is.Not.EqualTo(so.RootPart.Shape.Textures.GetFace(0).TextureID));
125 125
126 Pass++; 126 Pass++;