You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2009/12/21 20:27:19 UTC

svn commit: r892938 - in /incubator/lucene.net/trunk/C#/src/Test/Search: TestExplanations.cs TestFieldCacheRangeFilter.cs TestFilteredQuery.cs TestTermRangeFilter.cs

Author: digy
Date: Mon Dec 21 19:27:19 2009
New Revision: 892938

URL: http://svn.apache.org/viewvc?rev=892938&view=rev
Log:
Some XML documentation Clean up

Modified:
    incubator/lucene.net/trunk/C#/src/Test/Search/TestExplanations.cs
    incubator/lucene.net/trunk/C#/src/Test/Search/TestFieldCacheRangeFilter.cs
    incubator/lucene.net/trunk/C#/src/Test/Search/TestFilteredQuery.cs
    incubator/lucene.net/trunk/C#/src/Test/Search/TestTermRangeFilter.cs

Modified: incubator/lucene.net/trunk/C#/src/Test/Search/TestExplanations.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/Search/TestExplanations.cs?rev=892938&r1=892937&r2=892938&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Search/TestExplanations.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Search/TestExplanations.cs Mon Dec 21 19:27:19 2009
@@ -42,13 +42,12 @@
 	/// insure they match the expected set of docs, and that the score of each
 	/// match is equal to the value of the scores explanation.
 	/// 
-	/// <p>
+	/// <p/>
 	/// The assumption is that if all of the "primitive" queries work well,
 	/// then anything that rewrites to a primitive will work well also.
-	/// <p/>
 	/// 
 	/// </summary>
-	/// <seealso cref=""Subclasses for actual tests"">
+	/// <seealso cref="Subclasses for actual tests">
 	/// </seealso>
     [TestFixture]
 	public class TestExplanations:LuceneTestCase

Modified: incubator/lucene.net/trunk/C#/src/Test/Search/TestFieldCacheRangeFilter.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/Search/TestFieldCacheRangeFilter.cs?rev=892938&r1=892937&r2=892938&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Search/TestFieldCacheRangeFilter.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Search/TestFieldCacheRangeFilter.cs Mon Dec 21 19:27:19 2009
@@ -32,7 +32,7 @@
 	
 	/// <summary> A basic 'positive' Unit test class for the FieldCacheRangeFilter class.
 	/// 
-	/// <p>
+	/// <p/>
 	/// NOTE: at the moment, this class only tests for 'positive' results,
 	/// it does not verify the results to ensure there are no 'false positives',
 	/// nor does it adequately test 'negative' results.  It also does not test

Modified: incubator/lucene.net/trunk/C#/src/Test/Search/TestFilteredQuery.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/Search/TestFilteredQuery.cs?rev=892938&r1=892937&r2=892938&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Search/TestFilteredQuery.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Search/TestFilteredQuery.cs Mon Dec 21 19:27:19 2009
@@ -35,7 +35,7 @@
 	
 	/// <summary> FilteredQuery JUnit tests.
 	/// 
-	/// <p>Created: Apr 21, 2004 1:21:46 PM
+	/// <p/>Created: Apr 21, 2004 1:21:46 PM
 	/// 
 	/// 
 	/// </summary>

Modified: incubator/lucene.net/trunk/C#/src/Test/Search/TestTermRangeFilter.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/Search/TestTermRangeFilter.cs?rev=892938&r1=892937&r2=892938&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Search/TestTermRangeFilter.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Search/TestTermRangeFilter.cs Mon Dec 21 19:27:19 2009
@@ -32,7 +32,7 @@
 	
 	/// <summary> A basic 'positive' Unit test class for the TermRangeFilter class.
 	/// 
-	/// <p>
+	/// <p/>
 	/// NOTE: at the moment, this class only tests for 'positive' results,
 	/// it does not verify the results to ensure there are no 'false positives',
 	/// nor does it adequately test 'negative' results.  It also does not test