Revision 46109 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.db/org.gvsig.fmap.dal.db.jdbc/src/test/java/org/gvsig/fmap/dal/store/jdbc2/operations/sql/AbstractTestCount.java

View differences:

AbstractTestCount.java
47 47

  
48 48
    protected abstract AbstractTestUtils createUtils();
49 49

  
50
    public void testCount() throws Exception {
50
    protected void testCount() throws Exception {
51 51
        try {
52 52
            JDBCHelper helper = utils().createJDBCHelper();
53 53
            JDBCSQLBuilderBase sqlbuilder = helper.createSQLBuilder();
......
82 82
        }
83 83
    }
84 84

  
85
    public void testSimpleGroup() throws Exception {
85
    protected void testSimpleGroup() throws Exception {
86 86
        try {
87 87
            JDBCHelper helper = utils().createJDBCHelper();
88 88
            JDBCSQLBuilderBase sqlbuilder = helper.createSQLBuilder();

Also available in: Unified diff