Show
Ignore:
Timestamp:
2008-03-13 14:08:42 (8 months ago)
Author:
mosipov
Message:

ASSIGNED - #1896: [Connector] Reworking checking of type parameter

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/UploadResponseTest.java

    r1571 r1690  
    2323                new UploadResponse("1"); 
    2424        } 
    25  
     25/* 
    2626        @Test 
    2727        public void onlyErrorNumber() throws Exception { 
     
    3131                assertEquals(expected, actual.toString()); 
    3232        } 
    33          
     33        */ 
    3434        @Test 
    3535        public void fourArguments() throws Exception { 
     
    4747                assertEquals(expected, actual.toString()); 
    4848        } 
    49          
     49/*       
    5050        @Test 
    5151        public void customMessage() throws Exception { 
     
    5656                assertEquals(expected, actual.toString()); 
    5757        } 
    58          
     58*/ 
     59/* 
    5960        @Test 
    6061        public void nullArguments() throws Exception { 
     
    6465                assertEquals(expected, actual.toString()); 
    6566        } 
    66  
     67*/ 
    6768}