File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
contrib/adsabs/src/test/org/apache/solr/analysis/author Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<classpathentry kind =" src" path =" contrib/examples/src/java" />
10
10
<classpathentry kind =" src" path =" contrib/examples/src/test" />
11
11
<classpathentry kind =" con" path =" build/solr-download/apache-solr-4.0.0-SVN/org.eclipse.jdt.launching.JRE_CONTAINER" />
12
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " />
12
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
13
13
<classpathentry kind =" lib" path =" build/solrjars-extracted/solr/test-framework/lib/ant-1.8.2.jar" />
14
14
<classpathentry kind =" lib" path =" build/solrjars-extracted/solr/test-framework/lib/junit-4.10.jar" />
15
15
<classpathentry kind =" lib" path =" build/solrjars-extracted/solr/antlr4-runtime-4.5.1-1.jar" />
Original file line number Diff line number Diff line change @@ -2530,7 +2530,7 @@ private void testAuthorQuery(String...vals) throws Exception {
2530
2530
assert vals .length %3 ==0 ;
2531
2531
for (int i =0 ;i <vals .length ;i =i +3 ) {
2532
2532
2533
- System .out .println (escapeUnicode (vals [i ]));
2533
+ // System.out.println(escapeUnicode(vals[i]));
2534
2534
2535
2535
2536
2536
boolean failed = true ;
You can’t perform that action at this time.
0 commit comments