[hibernate-commits] Hibernate SVN: r15647 - search/tags/v3_0_1_GA_CP01/src/test/org/hibernate/search/test/reader.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Dec 3 08:24:53 EST 2008


Author: jcosta at redhat.com
Date: 2008-12-03 08:24:52 -0500 (Wed, 03 Dec 2008)
New Revision: 15647

Modified:
   search/tags/v3_0_1_GA_CP01/src/test/org/hibernate/search/test/reader/ReaderPerfTestCase.java
Log:
HSEARCH-315 - Commited patch from JIRA

Modified: search/tags/v3_0_1_GA_CP01/src/test/org/hibernate/search/test/reader/ReaderPerfTestCase.java
===================================================================
--- search/tags/v3_0_1_GA_CP01/src/test/org/hibernate/search/test/reader/ReaderPerfTestCase.java	2008-12-03 12:26:29 UTC (rev 15646)
+++ search/tags/v3_0_1_GA_CP01/src/test/org/hibernate/search/test/reader/ReaderPerfTestCase.java	2008-12-03 13:24:52 UTC (rev 15647)
@@ -92,7 +92,7 @@
 				suspect.setSuspectCharge( "thief liar " );
 			}
 			else {
-				suspect.setSuspectCharge( " It's 1875 in London. The police have captured career criminal Montmorency. In the process he has been grievously wounded and it is up to a young surgeon to treat his wounds. During his recovery Montmorency learns of the city's new sewer system and sees in it the perfect underground highway for his thievery.  Washington Post columnist John Kelly recommends this title for middle schoolers, especially to be read aloud.");
+				suspect.setSuspectCharge( " It's 1875 in London. The police have captured career criminal Montmorency. In the process he has been grievously wounded and it is up to a young surgeon to treat his wounds. During his recovery Montmorency learns of the city's new sewer system.");
 			}
 			s.persist( suspect );
 		}




More information about the hibernate-commits mailing list