1 /*
2 * Created on 2003-6-26 16:48:46 by joel guo
3 *
4 * vTradEx Information Technology Inc.
5 */
6 package com.cyclops.dbdigger.model;
7 import com.cyclops.dbdigger.DBDiggerTestCase;
8 import com.cyclops.dbdigger.schema.Schema;
9 /*** Add description <font color="red">HERE</font>!
10 *
11 * @author <a href="mailto:joeblack.guo@vtradex.com">joel guo</a>
12 * @since 2003-6-26 16:48:46
13 */
14 public class DefaultDatabaseTest extends DBDiggerTestCase {
15 /*** Method testProperties()
16 * @throws Exception Anything could happen here
17 */
18 public void testProperties() throws Exception {
19 assertEquals(Schema.DEFAULT_DATABASE_NAME, DefaultDatabase.NAME);
20 /*
21 assertEquals(
22 DBObject1Metadata.INSTANCE,
23 DefaultDatabase.C_FOO_OBJECT1S);*/
24 }
25 }
This page was automatically generated by Maven