]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed reference to SQLContainers own debug logging. (Has been replaced by java...
authorJohn Alhroos <john.ahlroos@itmill.com>
Wed, 17 Aug 2011 07:57:55 +0000 (07:57 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Wed, 17 Aug 2011 07:57:55 +0000 (07:57 +0000)
svn changeset:20443/svn branch:6.7

tests/src/com/vaadin/tests/containers/sqlcontainer/CheckboxUpdateProblem.java

index 606e9e3697d8c8bd7c1d0d27fe141584eaa416c7..2682dc5bbb58646d32041331796468e4b4fef0b8 100644 (file)
@@ -167,7 +167,6 @@ public class CheckboxUpdateProblem extends Application implements
                 TableQuery q1 = new TableQuery(TABLENAME, connectionPool);
                 q1.setVersionColumn("id");
                 testContainer = new SQLContainer(q1);
-                testContainer.setDebugMode(true);
             } catch (SQLException e) {
                 e.printStackTrace();
             }