RE: [m2] surefire and integration tests - discrepancy

2006-08-21 Thread Vincent Massol
Hi Tony, It's not supposed to happen. You need to give us more information so that we can be of any help. Like the error you're getting, your test case, whether there are any environment variables required by your tests, etc. Thanks -Vincent -Original Message- From: Tony Truong

RE: [m2] surefire and integration tests - discrepancy

2006-08-21 Thread Tony Truong
This is the test case: public void testExportPdfWithPng() throws Exception { String confDir = getTestProperty(basedir); File image; //if statement included for compatability with maven 2 and IDEA if (confDir == null) { image = new

RE: [m2] surefire and integration tests - discrepancy

2006-08-21 Thread Vincent Massol
setting the basedir environment variable to the same location in IDEA as it's set up in Maven2? -Vincent -Original Message- From: Tony Truong [mailto:[EMAIL PROTECTED] Sent: lundi 21 août 2006 10:15 To: users@maven.apache.org Subject: RE: [m2] surefire and integration tests - discrepancy