aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/TestSuite/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/TestSuite/Util.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/TestSuite/Util.cs b/OpenSim/TestSuite/Util.cs
index 5823af4..fc8a5c4 100644
--- a/OpenSim/TestSuite/Util.cs
+++ b/OpenSim/TestSuite/Util.cs
@@ -31,7 +31,8 @@ namespace OpenSim.TestSuite
31{ 31{
32 public class Utils 32 public class Utils
33 { 33 {
34 enum Result { 34 enum Result
35 {
35 Fail = 0, 36 Fail = 0,
36 Pass = 1, 37 Pass = 1,
37 Skip = 3 38 Skip = 3