- 1.7.6 초기 코드
[Tadpole.git] / com.hangum.tadpole.commons.sql.test / src / com / hangum / tadpole / system / TadpoleSystemConnectorTest.java
blobd51784b9d7a7af6caf5a158a7fed01007fe606b5
1 ///*******************************************************************************
2 // * Copyright (c) 2013 hangum.
3 // * All rights reserved. This program and the accompanying materials
4 // * are made available under the terms of the GNU Lesser Public License v2.1
5 // * which accompanies this distribution, and is available at
6 // * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
7 // *
8 // * Contributors:
9 // * hangum - initial API and implementation
10 // ******************************************************************************/
11 //package com.hangum.tadpole.system;
13 //import java.io.File;
15 //import com.hangum.tadpole.engine.initialize.TadpoleSystemInitializer;
17 //import junit.framework.TestCase;
19 ///**
20 // * {@link com.hangum.tadpole.engine.initialize.TadpoleSystemInitializer 시스템엔진디비 초기화}
21 // *
22 // * @author hangum
23 // *
24 // */
25 //public class TadpoleSystemConnectorTest extends TestCase {
27 // /**
28 // * {@link com.hangum.tadpole.engine.initialize.TadpoleSystemInitializer#createSystemTable() 시스템엔진디비 초기화}
29 // *
30 // */
31 // public void testCreateSystemTable() {
32 //
33 // try {
34 // // 기존 디비 파일을 삭제 하고 제대로 생성되는지 검사합니다.
35 // new File(TadpoleSystemInitializer.DEFAULT_DB_FILE_LOCATION + TadpoleSystemInitializer.DB_NAME).delete();
37 // //
38 // TadpoleSystemInitializer.initSystem();
39 //
40 // } catch (Exception e) {
41 // fail("fail System Connection " + e.getMessage());
42 // }
43 // }
45 //}