source: ComponentRegistry/branches/ComponentRegistry-1.13.0-olha/ComponentRegistry/src/test/java/clarin/cmdi/componentregistry/CMDComponentTypeWrapperTest.java @ 2152

Last change on this file since 2152 was 2152, checked in by olhsha, 12 years ago

key stuff for fixing tickets 50 and 180 is discussed and coded

File size: 664 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package clarin.cmdi.componentregistry;
6
7import clarin.cmdi.componentregistry.components.CMDComponentType;
8import org.junit.Test;
9import static org.junit.Assert.*;
10
11/**
12 *
13 * @author olhsha
14 */
15
16public class CMDComponentTypeWrapperTest {
17
18   
19   
20    @Test   
21    public void setFileNamesToNullTest(){
22       
23      CMDComponentType component= new CMDComponentType();
24     
25     
26     
27      // check on a fresh CMDComponentType
28      //CMDComponentTypeWrapper.setFileNamesToNull(component);
29      //assertEquals(component.getFilename(), null);
30    }
31   
32}
Note: See TracBrowser for help on using the repository browser.