1 package org.kuali.common.impex.util;
2
3 import org.junit.Test;
4
5 public class ExportSchemaUtilityTest {
6
7 @Test
8 public void test() {
9 String[] args = { "classpath:rice.properties" };
10 SchemaExportUtility.main(args);
11 }
12
13 }