OPENJPA-1336 closed, so add to release notes

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@932972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-04-11 18:58:14 +00:00
parent 8f30b053b0
commit d58c54d08d
2 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,7 @@ Task
Test
----
* [OPENJPA-1336] - Intermittent test failure in org.apache.openjpa.persistence.generationtype.TestGeneratedValues when running on MySQL
* [OPENJPA-1606] - Add JPQL tests for element collection
* [OPENJPA-1614] - Testcase failures in TextException on MSSQL
* [OPENJPA-1616] - Fix TestTimeoutException test failures on MSSQL, MySQL, HSQLDB, Oracle and re-enable for DB2

View File

@ -288,6 +288,8 @@ in each release of OpenJPA.</P>
<h4>Test</h4>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1336'>OPENJPA-1336</a>] - Intermittent test failure in org.apache.openjpa.persistence.generationtype.TestGeneratedValues when running on MySQL
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1606'>OPENJPA-1606</a>] - Add JPQL tests for element collection
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1614'>OPENJPA-1614</a>] - Testcase failures in TextException on MSSQL