Browse Source

test for PR 38583

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705248 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
068651116c
3 changed files with 82 additions and 15 deletions
  1. +8
    -0
      src/tests/antunit/taskdefs/cvs/cvs.xml
  2. +9
    -0
      src/tests/antunit/taskdefs/cvs/repository/CVSROOT/history
  3. +65
    -15
      src/tests/antunit/taskdefs/cvs/repository/antmodule1/foo.txt,v

+ 8
- 0
src/tests/antunit/taskdefs/cvs/cvs.xml View File

@@ -29,4 +29,12 @@
<cvsversion clientversionproperty="client" cvsroot="${cvsroot}"/>
<au:assertPropertySet name="client"/>
</target>

<target name="testBug38583">
<mkdir dir="${output}"/>
<cvs cvsroot="${cvsroot}" package="antmodule1" dest="${output}"/>
<cvschangelog dir="${output}/antmodule1"
destfile="${output}/report.xml"/>
<au:assertFileExists file="${output}/report.xml"/>
</target>
</project>

+ 9
- 0
src/tests/antunit/taskdefs/cvs/repository/CVSROOT/history View File

@@ -1 +1,10 @@
O48f739fd|stefan|~/ASF/ant/ant-HEAD/src/tests/antunit/taskdefs/cvs/*0|antmodule1||antmodule1
O48f747b5|stefan|~/ASF/ant/ant-HEAD/src/tests/antunit/taskdefs/cvs/*0|antmodule1||antmodule1
M48f747fb|stefan|~/ASF/ant/ant-HEAD/src/tests/antunit/taskdefs/cvs/*0|antmodule1|1.2|foo.txt
M48f7480b|stefan|~/ASF/ant/ant-HEAD/src/tests/antunit/taskdefs/cvs/*0|antmodule1|1.3|foo.txt
O48f748cb|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
O48f74940|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
O48f749a9|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
O48f74a02|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
M48f74a39|stefan|/tmp/testoutput/*0|antmodule1|1.4|foo.txt
O48f74a62|stefan|/tmp/testoutput/*0|antmodule1||antmodule1

+ 65
- 15
src/tests/antunit/taskdefs/cvs/repository/antmodule1/foo.txt,v View File

@@ -1,35 +1,85 @@
head 1.1;
branch 1.1.1;
access ;
symbols start:1.1.1.1 ant:1.1.1;
locks ; strict;
comment @# @;
head 1.4;
access;
symbols
start:1.1.1.1 ant:1.1.1;
locks; strict;
comment @# @;


1.4
date 2008.10.16.14.05.45; author stefan; state Exp;
branches;
next 1.3;
commitid 761748f74a394567;

1.3
date 2008.10.16.13.56.27; author stefan; state Exp;
branches;
next 1.2;
commitid 4dcd48f7480b4567;

1.2
date 2008.10.16.13.56.11; author stefan; state Exp;
branches;
next 1.1;
commitid 4dae48f747fb4567;

1.1
date 2008.10.16.12.56.07; author stefan; state Exp;
branches 1.1.1.1;
next ;
commitid 17ca48f739e74567;
date 2008.10.16.12.56.07; author stefan; state Exp;
branches
1.1.1.1;
next ;
commitid 17ca48f739e74567;

1.1.1.1
date 2008.10.16.12.56.07; author stefan; state Exp;
branches ;
next ;
commitid 17ca48f739e74567;
date 2008.10.16.12.56.07; author stefan; state Exp;
branches;
next ;
commitid 17ca48f739e74567;


desc
@@


1.4
log
@----------------------------
@
text
@This is a text.
Added a line.
and one more line.
@


1.3
log
@typo
@
text
@d3 1
@


1.2
log
@--------------------
@
text
@d2 1
a2 1
added a line.
@


1.1
log
@Initial revision
@
text
@This is a text.
@d2 1
a2 1

@



Loading…
Cancel
Save