Update of /cvsroot/sharpcvslib/sharpcvslib/src/ICSharpCode.Tests/SharpCvsLib/Tests/Config
In directory sc8-pr-cvs1:/tmp/cvs-serv6109/src/ICSharpCode.Tests/SharpCvsLib/Tests/Config
Modified Files:
TestConstants.cs
Log Message:
Various changes to get the AddCommand working. Reworked the filesystem to check for duplicates and filter out problems with path. Also added exception if attempt is made to add files outside of the working path. Added a CvsRootParseException, various modifications to fix the formatting from astyle.
Index: TestConstants.cs
===================================================================
RCS file: /cvsroot/sharpcvslib/sharpcvslib/src/ICSharpCode.Tests/SharpCvsLib/Tests/Config/TestConstants.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestConstants.cs 28 Nov 2003 05:49:21 -0000 1.1
--- TestConstants.cs 5 Dec 2003 05:27:51 -0000 1.2
***************
*** 42,46 ****
/// </summary>
public static readonly String LOCAL_PATH =
! Path.Combine (Path.GetTempPath (), "sharpcvslib-tests/");
/// <summary>
/// Cvs root to use for test cases.
--- 42,47 ----
/// </summary>
public static readonly String LOCAL_PATH =
! Path.Combine (Path.GetTempPath (), "sharpcvslib-tests" +
! Path.DirectorySeparatorChar);
/// <summary>
/// Cvs root to use for test cases.
|