TestScript.java (hsqldb-2.7.0) | : | TestScript.java (hsqldb-2.7.1) | ||
---|---|---|---|---|
/* Copyright (c) 2001-2021, The HSQL Development Group | /* Copyright (c) 2001-2022, The HSQL Development Group | |||
* All rights reserved. | * All rights reserved. | |||
* | * | |||
* Redistribution and use in source and binary forms, with or without | * Redistribution and use in source and binary forms, with or without | |||
* modification, are permitted provided that the following conditions are met: | * modification, are permitted provided that the following conditions are met: | |||
* | * | |||
* Redistributions of source code must retain the above copyright notice, this | * Redistributions of source code must retain the above copyright notice, this | |||
* list of conditions and the following disclaimer. | * list of conditions and the following disclaimer. | |||
* | * | |||
* Redistributions in binary form must reproduce the above copyright notice, | * Redistributions in binary form must reproduce the above copyright notice, | |||
* this list of conditions and the following disclaimer in the documentation | * this list of conditions and the following disclaimer in the documentation | |||
skipping to change at line 37 | skipping to change at line 37 | |||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
*/ | */ | |||
package org.hsqldb.test; | package org.hsqldb.test; | |||
import java.sql.Connection; | import java.sql.Connection; | |||
public class TestScript extends TestBase { | public class TestScript extends TestBase { | |||
String path = "TestSelf.txt"; | // String path = "TestSelf002SerializableLocks.txt"; | |||
// String path = "TestSelf00NewJoins.txt"; | ||||
// String path = "TestSelf01AllNewFeatures.txt"; | ||||
// String path = "TestSelf01Aggregates.txt"; | ||||
// String path = "TestSelf01Cascade.txt"; | ||||
// String path = "TestSelf01DateTime.txt"; | ||||
// String path = "TestSelf02DateTime.txt"; | ||||
// String path = "TestSelf01Etc.txt"; | ||||
// String path = "TestSelf01hsqldb_schema.txt"; | ||||
// String path = "TestSelf01ForeignKeys.txt"; | ||||
// String path = "TestSelf01Function.txt"; | ||||
// String path = "TestSelf01Indexes.txt"; | ||||
// String path = "TestSelf01IndexUse.txt"; | ||||
// String path = "TestSelf01LimitOpt.txt"; | ||||
// String path = "TestSelf01MysInsert.txt"; | ||||
// String path = "TestSelf01Overriding.txt"; | ||||
// String path = "TestSelf01QueryOptimise2.txt"; | ||||
// String path = "TestSelf01Procedure.txt"; | ||||
// String path = "TestSelf01Problems.txt"; | ||||
String path = "TestSelf01RecursiveIssues.txt"; | ||||
// String path = "TestSelf01RecursiveQueries.txt"; | ||||
// String path = "TestSelf01RoutineHandlers.txt"; | ||||
// String path = "TestSelf01Subquery.txt"; | ||||
// String path = "TestSelf01RightJoin.txt"; | ||||
// String path = "TestSelf01Temp.txt"; | ||||
// String path = "TestSelf01TempTables.txt"; | ||||
// String path = "TestSelf01Triggers.txt"; | ||||
// String path = "TestSelf01UDAggregates.txt"; | ||||
// String path = "TestSelf01WithSubquery.txt"; | ||||
// String path = "TestSelf02Arrays.txt"; | ||||
// String path = "TestSelf02Function.txt"; | ||||
// String path = "TestSelf02Merge.txt"; | ||||
// String path = "TestSelf02Sequence.txt"; | ||||
// String path = "TestSelf02Synonym.txt"; | ||||
// String path = "TestSelf02PeriodPredicates.txt"; | ||||
// String path = "TestSelf02UpdatableViews.txt"; | ||||
// String path = "TestSelf02UpdatableViews.txt"; | ||||
// String path = "TestSelf03Procedure.txt"; | ||||
// String path = "TestSelf04UnionCorresponding.txt"; | ||||
// String path = "TestSelf07OrderLimitNulls.txt"; | ||||
// String path = "TestSelf06Generated.txt"; | ||||
// String path = "TestSelf08Collations.txt"; | ||||
// String path = "TestAny.txt"; | ||||
// String path = "TestSelf.txt"; | ||||
// String path = "TestSelfArrays.txt"; | // String path = "TestSelfArrays.txt"; | |||
// String path = "TestSelf3PartNames.txt"; | // String path = "TestSelf3PartNames.txt"; | |||
// String path = "TestSelfArithmetic.txt"; | // String path = "TestSelfArithmetic.txt"; | |||
// String path = "TestSelfAlterColumn.txt"; | // String path = "TestSelfAlterColumn.txt"; | |||
// String path = "TestSelfCaseWhen.txt"; | // String path = "TestSelfCaseWhen.txt"; | |||
// String path = "TestSelfCheckConstraints.txt"; | // String path = "TestSelfCheckConstraints.txt"; | |||
// String path = "TestSelfColGrant.txt"; | // String path = "TestSelfColGrant.txt"; | |||
// String path = "TestSelfCreate.txt"; | // String path = "TestSelfCreate.txt"; | |||
// String path = "TestSelfConstraints.txt"; | // String path = "TestSelfConstraints.txt"; | |||
// String path = "TestSelfDomainTypes.txt"; | ||||
// String path = "TestSelfErrorChecks.txt"; | ||||
// String path = "TestSelfFunction.txt"; | // String path = "TestSelfFunction.txt"; | |||
// String path = "TestSelfGrantees.txt"; | // String path = "TestSelfGrantees.txt"; | |||
// String path = "TestSelfGroupBy.txt"; | // String path = "TestSelfGroupBy.txt"; | |||
// String path = "TestSelfInsertDeleteQueries.txt"; | // String path = "TestSelfInsertDeleteQueries.txt"; | |||
// String path = "TestSelfInterval.txt"; | // String path = "TestSelfInterval.txt"; | |||
// String path = "TestSelfInternalFunctions.txt"; | // String path = "TestSelfInternalFunctions.txt"; | |||
// String path = "TestSelfFieldLimits.txt"; | // String path = "TestSelfFieldLimits.txt"; | |||
// String path = "TestSelfFKModes.txt"; | // String path = "TestSelfFKModes.txt"; | |||
// String path = "TestSelfInPredicateReferencing.txt"; | // String path = "TestSelfInPredicateReferencing.txt"; | |||
// String path = "TestSelfInsteadOfTriggers.txt"; | // String path = "TestSelfInsteadOfTriggers.txt"; | |||
// String path = "TestSelfIssues.txt"; | // String path = "TestSelfIssues.txt"; | |||
// String path = "TestSelfJoins.txt"; | // String path = "TestSelfJoins.txt"; | |||
// String path = "TestSelfLeftJoin.txt"; | // String path = "TestSelfLeftJoin.txt"; | |||
// String path = "TestSelfNameResolution.txt"; | // String path = "TestSelfNameResolution.txt"; | |||
// String path = "TestSelfImmediateShutdown.txt"; | // String path = "TestSelfImmediateShutdown.txt"; | |||
// String path = "TestSelfInsertDeleteQueries.txt"; | // String path = "TestSelfInsertDeleteQueries.txt"; | |||
// String path = "TestSelfInPredicateReferencing.txt"; | // String path = "TestSelfInPredicateReferencing.txt"; | |||
// String path = "TestSelfJSON.txt"; | ||||
// String path = "TestSelfMultiGrants.txt"; | // String path = "TestSelfMultiGrants.txt"; | |||
// String path = "TestSelfNot.txt"; | // String path = "TestSelfNot.txt"; | |||
// String path = "TestSelfOrderLimits.txt"; | // String path = "TestSelfOrderLimits.txt"; | |||
// String path = "TestSelfRoleNesting.txt"; | // String path = "TestSelfRoleNesting.txt"; | |||
// String path = "TestSelfRowLevelGrants.txt"; | ||||
// String path = "TestSelfQueries.txt"; | // String path = "TestSelfQueries.txt"; | |||
// String path = "TestSelfSchemaPersistB1.txt"; | // String path = "TestSelfSchemaPersistB1.txt"; | |||
// String path = "TestSelfSeqRightsA.txt"; | // String path = "TestSelfSeqRightsA.txt"; | |||
// String path = "TestSelfStoredProcedure.txt"; | // String path = "TestSelfStoredProcedure.txt"; | |||
// String path = "TestSelfStoredProcedureTypes.txt"; | // String path = "TestSelfStoredProcedureTypes.txt"; | |||
// String path = "TestSelfSubselects.txt"; | // String path = "TestSelfSubselects.txt"; | |||
// String path = "TestSelfSysTables.txt"; | // String path = "TestSelfSysTables.txt"; | |||
// String path = "TestSelfTempTable1.txt"; | // String path = "TestSelfTempTable1.txt"; | |||
// String path = "TestSelfTransaction.txt"; | // String path = "TestSelfTransaction.txt"; | |||
// String path = "TestSelfTriggers.txt"; | // String path = "TestSelfTriggers.txt"; | |||
// String path = "TestSelfTriggers2.txt"; | // String path = "TestSelfTriggers2.txt"; | |||
// String path = "TestSelfUnions.txt"; | // String path = "TestSelfUnions.txt"; | |||
// String path = "TestSelfUserFunction.txt"; | // String path = "TestSelfUserFunction.txt"; | |||
// String path = "TestSelfVerify.txt"; | ||||
// String path = "TestSelfViews.txt"; | // String path = "TestSelfViews.txt"; | |||
// String path = "TestSelfViewGrants.txt"; | // String path = "TestSelfViewGrants.txt"; | |||
// String path = "TestSelfSeqRightsA.txt"; | // String path = "TestSelfSeqRightsA.txt"; | |||
// String path = "TestSelfSysTables.txt"; | // String path = "TestSelfSysTables.txt"; | |||
// String path = "TestTemp.txt"; | // String path = "TestTemp.txt"; | |||
public TestScript(String name) { | public TestScript(String name) { | |||
super(name, "jdbc:hsqldb:mem:test"); | super(name, "jdbc:hsqldb:mem:test"); | |||
// super(name, "jdbc:hsqldb:file:test1"); | // super(name, "jdbc:hsqldb:file:test1"); | |||
} | } | |||
End of changes. 6 change blocks. | ||||
2 lines changed or deleted | 51 lines changed or added |