Statistics
| Revision:

root / trunk / libraries / libDataSource / src-test / org / gvsig / data / commands / CommandTest.java @ 19399

History | View | Annotate | Download (422 Bytes)

1
package org.gvsig.data.commands;
2

    
3
import junit.framework.TestCase;
4

    
5
public class CommandTest extends TestCase {
6

    
7
        public static void main(String[] args) {
8
                junit.textui.TestRunner.run(CommandTest.class);
9
        }
10

    
11
        protected void setUp() throws Exception {
12
                super.setUp();
13
        }
14

    
15
        /*
16
         * Test method for 'com.iver.cit.gvsig.fmap.drivers.dbf.DBFDriver.initialize()'
17
         */
18
        public void testInitialize() {
19

    
20
        }
21
}