aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Stress
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Stress')
-rw-r--r--OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs b/OpenSim/Tests/Stress/VectorRenderModuleStressTests.cs
index 0ab407e..e9767f3 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;
@@ -118,9 +118,8 @@ namespace OpenSim.Tests.Stress
118 so.UUID, 118 so.UUID,
119 m_tests.Vrm.GetContentType(), 119 m_tests.Vrm.GetContentType(),
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
123
124 Assert.That(originalTextureID, Is.Not.EqualTo(so.RootPart.Shape.Textures.GetFace(0).TextureID)); 123 Assert.That(originalTextureID, Is.Not.EqualTo(so.RootPart.Shape.Textures.GetFace(0).TextureID));
125 124
126 Pass++; 125 Pass++;