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/AbstractTestComputedAttributes.java

View differences:

AbstractTestComputedAttributes.java
50 50

  
51 51
    // TODO add test methods here. The name must begin with 'test'. For example:
52 52
    // public void testHello() {}
53
    public void testComputed1() throws Exception {
53
    protected void testComputed1() throws Exception {
54 54
        try {
55 55
            if (!utils().isTheDatabaseAvailable()) {
56 56
                return;
......
101 101
    }
102 102

  
103 103
    @SuppressWarnings("UnusedAssignment")
104
    public void testComputed2() throws Exception {
104
    protected void testComputed2() throws Exception {
105 105
        try {
106 106
            if (!utils().isTheDatabaseAvailable()) {
107 107
                return;

Also available in: Unified diff