Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2008-10-19 21:03:43 +0400
committerSebastien Pouliot <sebastien@ximian.com>2008-10-19 21:03:43 +0400
commit2123c49c34f71f5446819d4808b7e853a4a5814e (patch)
tree556050442216fd02d13325f6aca3369c535aa449 /gendarme/rules/Gendarme.Rules.Design/Test/Test.Rules.Design.mdp
parent04f954baead8d10722da5715b0c6df897b42deaf (diff)
2008-10-19 Sebastien Pouliot <sebastien@ximian.com>
* AvoidMultidimensionalIndexerTest.cs: Fix namespace. * AvoidSmallNamespaceTest.cs: New. Unit tests for AvoidSmallNamespaceRule. * AvoidVisibleNestedTypesTest.cs: Fix namespace. * InternalNamespacesShouldNotExposeTypesTest.cs: New. Unit tests for InternalNamespacesShouldNotExposeTypesRule. * PreferIntegerOrStringForIndexersTest.cs: Fix namespace. * Test.Rules.Design.mdp: Add new test to MD project file. svn path=/trunk/mono-tools/; revision=116428
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Design/Test/Test.Rules.Design.mdp')
-rw-r--r--gendarme/rules/Gendarme.Rules.Design/Test/Test.Rules.Design.mdp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Design/Test/Test.Rules.Design.mdp b/gendarme/rules/Gendarme.Rules.Design/Test/Test.Rules.Design.mdp
index 2a68c72c..f711055c 100644
--- a/gendarme/rules/Gendarme.Rules.Design/Test/Test.Rules.Design.mdp
+++ b/gendarme/rules/Gendarme.Rules.Design/Test/Test.Rules.Design.mdp
@@ -48,6 +48,8 @@
<File name="PreferIntegerOrStringForIndexersTest.cs" subtype="Code" buildaction="Compile" />
<File name="ConsiderConvertingFieldToNullableTest.cs" subtype="Code" buildaction="Compile" />
<File name="DeclareEventHandlersCorrectlyTest.cs" subtype="Code" buildaction="Compile" />
+ <File name="InternalNamespacesShouldNotExposeTypesTest.cs" subtype="Code" buildaction="Compile" />
+ <File name="AvoidSmallNamespaceTest.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />