Author: dgeraskov
Date: 2008-01-16 08:50:50 -0500 (Wed, 16 Jan 2008)
New Revision: 5738
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/mappingproject/Customization.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1622
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/mappingproject/Customization.java
===================================================================
---
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/mappingproject/Customization.java 2008-01-16
13:43:15 UTC (rev 5737)
+++
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/mappingproject/Customization.java 2008-01-16
13:50:50 UTC (rev 5738)
@@ -25,7 +25,7 @@
/**
* packages name pattern
*/
- public static final String TEST_PACKS_PATTERN = ".*\\.optlock.*";
+ public static final String TEST_PACKS_PATTERN = ".*\\.bidi";
/**
* is stop after missing package or run further
@@ -45,12 +45,18 @@
/**
* Delay in milliseconds before closing workspace
*/
- public static final long AFTER_ALL_PACKS_DELAY = 20000;
+ public static final long AFTER_ALL_PACKS_DELAY = 1000;
/**
* Use time profiler
*/
public static final boolean USE_CONSOLE_OUTPUT = true;
+ /**
+ * Hibernate Dialect
+ */
+ public static final String HIBERNATE_DIALECT =
"org.hibernate.dialect.HSQLDialect";
+
+
}