/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* See LICENSE.txt included in this distribution for the specific
* language governing permissions and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at LICENSE.txt.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/**
*
* @author austvik
*/
public class ClearCaseHistoryParserTest {
public ClearCaseHistoryParserTest() {
}
}
}
public void setUp() {
instance = new ClearCaseHistoryParser();
}
public void tearDown() {
}
/**
* Test of parse method, of class ClearCaseHistoryParser.
*/
@Test
"20020618.212343\n" +
author1 + "\n" +
"/main/3\n" +
"Merge from eeeee for ffffff\n" +
".\n" +
"create version\n" +
"20020222.164239\n" +
author2 + "\n" +
"/main/2\n" +
"Merge from projper branch.\n" +
"Adding aaaaaaa to the yyyyy.\n" +
".\n" +
"create version\n" +
"20020208.150825\n" +
author2 + "\n" +
"/main/1\n" +
"Target for javac set to 1.3.\n" +
"Fixed handling of " +
" res directory.\n" +
".\n" +
"create version\n" +
"20010924.095104\n" +
author2 + "\n" +
"/main/0\n" +
"\n" +
".\n" +
"create branch\n" +
"20010924.095104\n" +
author2 + "\n" +
"/main\n" +
"\n" +
".\n" +
"create file element\n" +
"20010924.095104\n" +
author1 + "\n" +
"\n" +
"\n" +
".";
}
/**
* Test of parse method, of class ClearCaseHistoryParser.
*/
@Test
"20050401.162902\n" +
author1 + "\n" +
"/main/3\n" +
"Removed directory element \"prototype\".\n" +
".\n" +
"create directory version\n" +
"20020618.215917\n" +
author2 + "\n" +
"/main/2\n" +
"Merge from wwwww for dddddd\n" +
".\n" +
"create directory version\n" +
"20010228.174617\n" +
author1 + "\n" +
"/main/1\n" +
"New structure.\n" +
"\n" +
"Added directory element \"generic\".\n" +
"Added directory element \"prototype\".\n" +
"Added directory element \"install\".\n" +
"Added directory element \"service\".\n" +
".\n" +
"create directory version\n" +
"20001215.092522\n" +
author2 + "\n" +
"/main/0\n" +
"\n" +
".\n" +
"create branch\n" +
"20001215.092522\n" +
author1 + "\n" +
"/main\n" +
"\n" +
".\n" +
"create directory element\n" +
"20001215.092522\n" +
author1 + "\n" +
"\n" +
"\n" +
".";
}
}