Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.dal / org.gvsig.fmap.dal.impl / src / test / java / org / gvsig / fmap / dal / commands / CommandTest.java @ 40435

History | View | Annotate | Download (333 Bytes)

1
package org.gvsig.fmap.dal.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
        public void testInitialize() {
16

    
17
        }
18
}