Author: dwoods
Date: Sun Apr 11 18:58:14 2010
New Revision: 932972
URL: http://svn.apache.org/viewvc?rev=932972&view=rev
Log:
OPENJPA-1336 closed, so add to release notes
Modified:
openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/CHANGES.txt?rev=932972&r1=932971&r2=932972&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.0.x/openjpa-project/CHANGES.txt Sun Apr 11 18:58:14 2010
@@ -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
Modified: openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html?rev=932972&r1=932971&r2=932972&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html Sun Apr 11
18:58:14 2010
@@ -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