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
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;
20 // * {@link com.hangum.tadpole.engine.initialize.TadpoleSystemInitializer 시스템엔진디비 초기화}
25 //public class TadpoleSystemConnectorTest extends TestCase {
28 // * {@link com.hangum.tadpole.engine.initialize.TadpoleSystemInitializer#createSystemTable() 시스템엔진디비 초기화}
31 // public void testCreateSystemTable() {
34 // // 기존 디비 파일을 삭제 하고 제대로 생성되는지 검사합니다.
35 // new File(TadpoleSystemInitializer.DEFAULT_DB_FILE_LOCATION + TadpoleSystemInitializer.DB_NAME).delete();
38 // TadpoleSystemInitializer.initSystem();
40 // } catch (Exception e) {
41 // fail("fail System Connection " + e.getMessage());