Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libFMap_dal / src-test / org / gvsig / fmap / dal / commands / CommandTest.java @ 24497

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
}