Revision 46507 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.h2spatial/org.gvsig.h2spatial.h2gis132/org.gvsig.h2spatial.h2gis132.provider/src/test/java/org/gvsig/fmap/dal/store/h2/operations/sql/TestCount.java

View differences:

TestCount.java
21 21
    }
22 22

  
23 23
    @Override
24
    public void testSimpleGroup() throws Exception {
25
        super.testSimpleGroup();
24
    public void testAggregatesAndGroup() throws Exception {
25
        super.testAggregatesAndGroup();
26 26
    }
27 27

  
28
    @Override
29
    public void testAggregates() throws Exception {
30
        super.testAggregates();
31
    }
32

  
33
    @Override
34
    public void testGroup() throws Exception {
35
        super.testGroup();
36
    }
28 37
}

Also available in: Unified diff