diff options
author | Jeff Ames | 2008-05-19 13:26:42 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-19 13:26:42 +0000 |
commit | 259ddcfe1a655638f8e87f8b3dfec6d9c006140f (patch) | |
tree | e6f0f1c461c2dffbb1c9fdc466002c31b5ad5ad2 /OpenSim/TestSuite/Util.cs | |
parent | fixing exception when RestPlugin not configured. refactors RestRegionPlugin, ... (diff) | |
download | opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.zip opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.gz opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.bz2 opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.xz |
Update svn properties. Minor formatting cleanup.
Diffstat (limited to 'OpenSim/TestSuite/Util.cs')
-rw-r--r-- | OpenSim/TestSuite/Util.cs | 3 |
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 |