| testsuite.BaseTestCase testsuite.regression.EscapeProcessorRegressionTest
EscapeProcessorRegressionTest | public class EscapeProcessorRegressionTest extends BaseTestCase (Code) | | Tests regressions w/ the Escape Processor code.
version: $Id:$ |
Method Summary | |
public static void | main(String[] args) | public void | testBug11498() Tests fix for BUG#11498 - Escape processor didn't honor strings
demarcated with double quotes. | public void | testBug11797() Tests fix for BUG#11797 - Escape tokenizer doesn't respect stacked single
quotes for escapes. | public void | testBug14909() Tests fix for BUG#14909 - escape processor replaces quote character in
quoted string with string delimiter. | public void | testBug25399() |
EscapeProcessorRegressionTest | public EscapeProcessorRegressionTest(String name)(Code) | | |
main | public static void main(String[] args)(Code) | | Parameters: args - |
testBug11498 | public void testBug11498() throws Exception(Code) | | Tests fix for BUG#11498 - Escape processor didn't honor strings
demarcated with double quotes.
throws: Exception - if the test fails. |
testBug11797 | public void testBug11797() throws Exception(Code) | | Tests fix for BUG#11797 - Escape tokenizer doesn't respect stacked single
quotes for escapes.
throws: Exception - if the test fails. |
testBug14909 | public void testBug14909() throws Exception(Code) | | Tests fix for BUG#14909 - escape processor replaces quote character in
quoted string with string delimiter.
throws: Exception - |
testBug25399 | public void testBug25399() throws Exception(Code) | | Tests fix for BUG#25399 - EscapeProcessor gets confused by multiple backslashes
throws: Exception - if the test fails. |
Methods inherited from testsuite.BaseTestCase | protected void cleanupTempFiles(File exampleTempFile, String tempfilePrefix)(Code)(Java Doc) protected void closeMemberJDBCResources()(Code)(Java Doc) protected void createFunction(String functionName, String functionDefn) throws SQLException(Code)(Java Doc) protected void createProcedure(String procedureName, String procedureDefn) throws SQLException(Code)(Java Doc) protected void createSchemaObject(String objectType, String objectName, String columnsAndOtherStuff) throws SQLException(Code)(Java Doc) protected void createTable(String tableName, String columnsAndOtherStuff) throws SQLException(Code)(Java Doc) protected void dropFunction(String functionName) throws SQLException(Code)(Java Doc) protected void dropProcedure(String procedureName) throws SQLException(Code)(Java Doc) protected void dropSchemaObject(String objectType, String objectName) throws SQLException(Code)(Java Doc) protected void dropTable(String tableName) throws SQLException(Code)(Java Doc) protected Connection getAdminConnection() throws SQLException(Code)(Java Doc) protected Connection getAdminConnectionWithProps(Properties props) throws SQLException(Code)(Java Doc) protected Connection getConnectionWithProps(String propsList) throws SQLException(Code)(Java Doc) protected Connection getConnectionWithProps(String url, String propsList) throws SQLException(Code)(Java Doc) protected Connection getConnectionWithProps(Properties props) throws SQLException(Code)(Java Doc) protected Connection getConnectionWithProps(String url, Properties props) throws SQLException(Code)(Java Doc) protected int getInstanceNumber()(Code)(Java Doc) protected String getMysqlVariable(Connection c, String variableName) throws SQLException(Code)(Java Doc) protected String getMysqlVariable(String variableName) throws SQLException(Code)(Java Doc) protected Properties getPropertiesFromTestsuiteUrl() throws SQLException(Code)(Java Doc) protected int getRowCount(String tableName) throws SQLException(Code)(Java Doc) protected Object getSingleIndexedValueWithQuery(Connection c, int columnIndex, String query) throws SQLException(Code)(Java Doc) protected Object getSingleIndexedValueWithQuery(int columnIndex, String query) throws SQLException(Code)(Java Doc) protected Object getSingleValue(String tableName, String columnName, String whereClause) throws SQLException(Code)(Java Doc) protected Object getSingleValueWithQuery(String query) throws SQLException(Code)(Java Doc) protected boolean isAdminConnectionConfigured()(Code)(Java Doc) protected boolean isClassAvailable(String classname)(Code)(Java Doc) protected boolean isRunningOnJRockit()(Code)(Java Doc) protected boolean isRunningOnJdk131()(Code)(Java Doc) protected boolean isServerRunningOnWindows() throws SQLException(Code)(Java Doc) public void logDebug(String message)(Code)(Java Doc) protected File newTempBinaryFile(String name, long size) throws IOException(Code)(Java Doc) protected String randomString()(Code)(Java Doc) final protected boolean runLongTests()(Code)(Java Doc) protected boolean runMultiHostTests()(Code)(Java Doc) protected boolean runTestIfSysPropDefined(String propName)(Code)(Java Doc) public void setUp() throws Exception(Code)(Java Doc) public void tearDown() throws Exception(Code)(Java Doc) protected boolean versionMeetsMinimum(int major, int minor) throws SQLException(Code)(Java Doc) protected boolean versionMeetsMinimum(int major, int minor, int subminor) throws SQLException(Code)(Java Doc)
|
|
|