[MNT-24490] Reference for AlfrescoSQLServerDialect changed to SQLServerDialect (#3323)

This commit is contained in:
KushalBanik
2025-04-25 12:54:39 +05:30
committed by GitHub
parent 4978d9e790
commit 515b894241
6 changed files with 10 additions and 8 deletions

View File

@@ -205,7 +205,7 @@ public class ProcessesImplTest extends TestCase implements RecognizedParamsExtra
{
// the tests are always run on PostgreSQL only
// Dialect dialect = (Dialect) applicationContext.getBean("dialect");
// if (dialect instanceof AlfrescoSQLServerDialect)
// if (dialect instanceof SQLServerDialect)
// {
// REPO-1104: we do not run this test on MS SQL server because it will fail
// until the Activiti defect related to REPO-1104 will be fixed