diff options
author | Sean Dague | 2009-05-27 12:53:29 +0000 |
---|---|---|
committer | Sean Dague | 2009-05-27 12:53:29 +0000 |
commit | 85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c (patch) | |
tree | 2964c8f7961ceb18270918b85bdc8b968cdc34f0 /OpenSim/Tests/Common | |
parent | the new Tests were defined before the Tests.Common dll in prebuild, (diff) | |
download | opensim-SC_OLD-85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c.zip opensim-SC_OLD-85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c.tar.gz opensim-SC_OLD-85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c.tar.bz2 opensim-SC_OLD-85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c.tar.xz |
Revert "* Added IntegrationTest Attribute and tagged the ODETestClass"
This reverts commit 8f0096cc7b112fea8f69f391224911f624482747.
To get us back to compiling on fresh checkouts.
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/IntegrationTestAttribute.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/OpenSim/Tests/Common/IntegrationTestAttribute.cs b/OpenSim/Tests/Common/IntegrationTestAttribute.cs deleted file mode 100644 index c721710..0000000 --- a/OpenSim/Tests/Common/IntegrationTestAttribute.cs +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Tests.Common | ||
6 | { | ||
7 | [AttributeUsage(AttributeTargets.All, | ||
8 | AllowMultiple = false, | ||
9 | Inherited = true)] | ||
10 | public class IntegrationTestAttribute : LongRunningAttribute | ||
11 | { | ||
12 | public IntegrationTestAttribute() | ||
13 | : base("Integration") | ||
14 | { | ||
15 | } | ||
16 | } | ||
17 | } | ||