| Michael Bouschen (JIRA) 2006-02-27, 5:45 pm |
| Add test queries accessing a public static final field declared in a company model class
----------------------------------------------------------------------------------------
Key: JDO-321
URL: http://issues.apache.org/jira/browse/JDO-321
Project: JDO
Type: Test
Components: tck20
Versions: JDO 2 rc1
Reporter: Michael Bouschen
Assigned to: Michael Bouschen
Priority: Minor
Fix For: JDO 2 final
I propose to add new test queries to query test class query.jdoql.IdentifiersEqualFieldNames accessing a public static final field declared in a company model class, e.g add the following constant to class Department:
public static final int RECOMMENDED_NO_OF_EMPS = 2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|