Skip to content

Commit

Permalink
Merge pull request #233 from benfitzpatrick/svn19
Browse files Browse the repository at this point in the history
fcm test-battery: cm: adjust for Subversion 1.9 compatibility
  • Loading branch information
matthewrmshin authored Sep 19, 2016
2 parents dcc7148 + f29f9bf commit bfb3895
Show file tree
Hide file tree
Showing 27 changed files with 751 additions and 1,711 deletions.
232 changes: 0 additions & 232 deletions t/fcm-add/test_header

This file was deleted.

1 change: 1 addition & 0 deletions t/fcm-add/test_header
4 changes: 2 additions & 2 deletions t/fcm-branch-create/00-simple.t
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ TEST_KEY=$TEST_KEY_BASE-fcm-bc
run_pass "$TEST_KEY" fcm branch-create -t SHARE --rev-flag=NONE \
--non-interactive \
my_branch_test
branch_tidy "$TEST_KEY.out"
file_cmp "$TEST_KEY.out" "$TEST_KEY.out" <<__OUT__
[info] Source: $ROOT_URL/trunk@1 (4)
Change summary:
Expand All @@ -44,7 +45,6 @@ Commit message is as follows:
--------------------------------------------------------------------------------
Created /${PROJECT}branches/dev/Share/my_branch_test from /${PROJECT}trunk@1.
--------------------------------------------------------------------------------
Committed revision 5.
[info] Created: $ROOT_URL/branches/dev/Share/my_branch_test
__OUT__
Expand All @@ -69,6 +69,7 @@ TEST_KEY=$TEST_KEY_BASE-fcm-bc-branch-of-branch
run_pass "$TEST_KEY" fcm branch-create -t SHARE --rev-flag=NONE \
--non-interactive \
--branch-of-branch my_branch_test
branch_tidy "$TEST_KEY.out"
file_cmp "$TEST_KEY.out" "$TEST_KEY.out" <<__OUT__
[info] Source: $ROOT_URL/branches/dev/Share/branch_test@4 (4)
Change summary:
Expand All @@ -79,7 +80,6 @@ Commit message is as follows:
--------------------------------------------------------------------------------
Created /${PROJECT}branches/dev/Share/my_branch_test from /${PROJECT}branches/dev/Share/branch_test@4.
--------------------------------------------------------------------------------
Committed revision 5.
[info] Created: $ROOT_URL/branches/dev/Share/my_branch_test
__OUT__
Expand Down
Loading

0 comments on commit bfb3895

Please sign in to comment.