Searched refs:restoreProperties (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DLuceneTestCase.java198 private static HashMap<String, String> restoreProperties = new HashMap<String,String>(); field in class:LuceneTestCase
270 restoreProperties.put("solr.directoryFactory", System.getProperty("solr.directoryFactory"));
301 restoreProperties.put("user.timezone", System.getProperty("user.timezone"));
315 for (Map.Entry<String,String> e : restoreProperties.entrySet()) {
322 restoreProperties.clear();

Completed in 55 milliseconds