I checked out the tag and ran "mvn site" and got a unit test failure:

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
<<< FAILURE! - in org.apache.commons.mail.SimpleEmailTest
testDefaultMimeCharset(org.apache.commons.mail.SimpleEmailTest)  Time
elapsed: 0.051 sec  <<< FAILURE!
java.lang.AssertionError: didn't find expected message content in message
body
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at
org.apache.commons.mail.AbstractEmailTest.validateSend(AbstractEmailTest.java:384)
        at
org.apache.commons.mail.SimpleEmailTest.testDefaultMimeCharset(SimpleEmailTest.java:155)

Running org.apache.commons.mail.util.MimeMessageParserTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec -
in org.apache.commons.mail.util.MimeMessageParserTest

Results :

Failed tests:

SimpleEmailTest.testDefaultMimeCharset:155->AbstractEmailTest.validateSend:384
didn't find expected message content in message body

Tests run: 169, Failures: 1, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to C:\temp\rc\EMAIL_1_3_2_RC1\target\surefire-reports for the
individual test results.

I am running:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
08:51:28-0500)
Maven home: C:\Java\apache-maven-3.0.5\bin\..
Java version: 1.7.0_40, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_40\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Gary


On Tue, Oct 15, 2013 at 6:20 PM, Thomas Neidhart
<thomas.neidh...@gmail.com>wrote:

> Hi,
>
> I'd like to call a vote for releasing Commons Email 1.3.2 based on RC1.
>
>   Email 1.3.2 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/email/
>     (svn revision 3275)
>
>   Maven artifacts are here:
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-182/org/apache/commons/commons-email/1.3.2/
>
>   The tag is here:
>
> https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC1
>     (svn revision 1532553)
>
>   Site:
>     http://people.apache.org/builds/commons/email/1.3.2/RC1/
>
>   Details of changes since 1.3.1 are in the release notes:
>     https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt
>
> http://people.apache.org/builds/commons/email/1.3.2/RC1/changes-report.html
>
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now.
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thank you for your reviews,
>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to