WW-1399 Extend unit tests for iBATIS statements; move the "sample" script back (seems to work now).

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@426954 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ted Nathan Husted
2006-07-30 22:01:59 +00:00
parent 231cde3a2c
commit f71499efd8
5 changed files with 209 additions and 52 deletions
@@ -23,7 +23,22 @@ package mailreader2;
*/
public final class Constants {
// --- Tokens ----
// -- Statements --
public static final String LOCALE_LIST = "LOCALE_LIST";
public static final String REGISTRATION_INSERT_ASSERT = "REGISTRATION_INSERT_ASSERT";
public static final String REGISTRATION_INSERT = "REGISTRATION_INSERT";
public static final String REGISTRATION_PASSWORD = "REGISTRATION_PASSWORD";
public static final String REGISTRATION_FULLNAME = "REGISTRATION_FULLNAME";
public static final String REGISTRATION_EDIT = "REGISTRATION_EDIT";
public static final String REGISTRATION_UPDATE = "REGISTRATION_UPDATE";
public static final String SUBSCRIPTION_INSERT_ASSERT = "SUBSCRIPTION_INSERT_ASSERT";
public static final String SUBSCRIPTION_INSERT = "SUBSCRIPTION_INSERT";
public static final String SUBSCRIPTION_LIST = "SUBSCRIPTION_LIST";
public static final String SUBSCRIPTION_EDIT = "SUBSCRIPTION_EDIT";
public static final String SUBSCRIPTION_UPDATE = "SUBSCRIPTION_UPDATE";
// -- Tokens --
/**
* <p> The token representing a "cancel" request. </p>