<div dir="ltr">Strange. I get 13 failures, 0 errors on lagunitas [1], and 12 failures, 0 errors on maven2 [2]. (One fewer failure because I fixed testCodeFormatting.)<div><br></div><div>.csv files now live under src/test/resources rather than testsrc/main. Maven copies them to target/test-classes, and the tests (e.g. RolapResultTest) look for them there. Maybe you&#39;re running &#39;ant test&#39; but have not run &#39;mvn compile&#39; or similar to copy them.</div>
<div><br></div><div>In my opinion, it&#39;s OK if that scenario doesn&#39;t work. If you run &#39;mvn compile&#39; first, I think you&#39;ll find that maven2 is at parity with lagunitas.</div><div><br></div><div>Julian</div>
<div><br></div><div>[1] <a href="https://github.com/julianhyde/mondrian/commit/53bb59393ad5c116d3a1b4e8f4ce8d76698f8c8a">https://github.com/julianhyde/mondrian/commit/53bb59393ad5c116d3a1b4e8f4ce8d76698f8c8a</a></div><div>
[2] <a href="https://github.com/julianhyde/mondrian/commit/69d5d7097165ea66f306a5d5e96613f77998a95f">https://github.com/julianhyde/mondrian/commit/69d5d7097165ea66f306a5d5e96613f77998a95f</a></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sat, Jul 12, 2014 at 2:52 PM, Kurtis Walker <span dir="ltr">&lt;<a href="mailto:kwalker@pentaho.com" target="_blank">kwalker@pentaho.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>


  
  

<div>
yup, ant and mvn both have the same test results.  But, there are still six more failures compared to lagunitas.  All FileNotFoundException.  I think some csv resources are not getting included in the compile.<div><div class="h5">
<br>
<br>
On Fri, 2014-07-11 at 16:53 -0500, Julian Hyde wrote:
<blockquote type="CITE">
<pre>On Jul 10, 2014, at 11:52 AM, Julian Hyde &lt;<a href="mailto:julianhyde@gmail.com" target="_blank">julianhyde@gmail.com</a>&gt; wrote:

<font color="#737373">&gt; On Jul 10, 2014, at 11:32 AM, Kurtis Walker &lt;<a href="mailto:kwalker@pentaho.com" target="_blank">kwalker@pentaho.com</a>&gt; wrote:</font>
<font color="#737373">&gt; </font>
<font color="#737373">&gt;&gt; I pulled this down locally to try it out.  The ant test target has 6 more failures compared to current lagunitas branch.  I haven&#39;t investigated them all, but they look to be all around file resource paths.  Also tried the mvn test target.  It resulted in 55 failures and 33 errors.  I haven&#39;t done any investigation into those.  I&#39;ll try to keep hacking at this in my spare cycles.</font>
<font color="#737373">&gt; </font>
<font color="#737373">&gt; Thanks. I’m working on some fixes.</font>

Kurt,

I&#39;ve fixed the tests. Now the suite gets the same failures via &quot;ant test&quot; and &quot;maven test&quot;.

When you have a moment, can you pull the latest <a href="https://github.com/pentaho/mondrian/pull/358" target="_blank">https://github.com/pentaho/mondrian/pull/358</a> and give it another try?

Julian
</pre>
</blockquote>
<br>
</div></div></div>

</blockquote></div><br></div>