Re: java.lang.AssertionError: System properties invariant violated.

2012-07-18 Thread Chris Hostetter
: I am porting 3x unittests to the solr/lucene trunk. My unittests are : OK and pass, but in the end fail because the new rule checks for : modifier properties. I know what the problem is, I am creating new : system properties in the @beforeClass, but I think I need to do it : there, because the

Re: java.lang.AssertionError: System properties invariant violated.

2012-07-18 Thread Roman Chyla
Thank you! I haven't really understood the LuceneTestCase.classRules before this. roman On Wed, Jul 18, 2012 at 3:11 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : I am porting 3x unittests to the solr/lucene trunk. My unittests are : OK and pass, but in the end fail because the new

java.lang.AssertionError: System properties invariant violated.

2012-07-17 Thread Roman Chyla
(LuceneTestCase.IGNORED_INVARIANT_PROPERTIES), but unfortunately it is declared as private. Thank you, Roman Exception: java.lang.AssertionError: System properties invariant violated. New keys: montysolr.bridge=montysolr.java_bridge.SimpleBridge montysolr.home=/dvt/workspace/montysolr