Skip to content

Commit 4544d8b

Browse files
committed
Update revision to 176 for cunit
1 parent b53150a commit 4544d8b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

features/check-svn-repo.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Feature: Checking dependencies from a svn repository
1515
1616
projects:
1717
- name: cunit-svn-rev-only
18-
revision: '172'
18+
revision: '176'
1919
vcs: svn
2020
dst: ext/cunit-svn-rev-only
2121
@@ -31,9 +31,9 @@ Feature: Checking dependencies from a svn repository
3131
"""
3232
Dfetch (0.11.0)
3333
cunit-svn-rev-only:
34-
> wanted (172), available (trunk - 172)
34+
> wanted (176), available (trunk - 176)
3535
cunit-svn-rev-and-branch:
36-
> wanted (mingw64 - 156), available (mingw64 - 172)
36+
> wanted (mingw64 - 156), available (mingw64 - 176)
3737
"""
3838

3939
Scenario: A newer tag is available than in manifest
@@ -96,9 +96,9 @@ Feature: Checking dependencies from a svn repository
9696
"""
9797
Dfetch (0.11.0)
9898
cunit-svn-rev-only:
99-
> wanted (169), current (trunk - 169), available (trunk - 172)
99+
> wanted (169), current (trunk - 169), available (trunk - 176)
100100
cunit-svn-rev-and-branch:
101-
> wanted & current (mingw64 - 156), available (mingw64 - 172)
101+
> wanted & current (mingw64 - 156), available (mingw64 - 176)
102102
ext/test-non-standard-svn:
103103
> wanted (latest), current (1), available (1)
104104
"""

features/freeze-projects.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Feature: Freeze dependencies
5555
5656
projects:
5757
- name: cunit-svn
58-
revision: '172'
58+
revision: '176'
5959
url: svn://svn.code.sf.net/p/cunit/code
6060
branch: trunk
6161
vcs: svn

features/import-from-svn.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: Importing externals from an existing svn repository
88
Scenario: Multiple externals are imported
99
Given a svn repo with the following externals
1010
| path | url | revision |
11-
| ext/cunit1 | https://svn.code.sf.net/p/cunit/code/trunk/Man | 172 |
11+
| ext/cunit1 | https://svn.code.sf.net/p/cunit/code/trunk/Man | 176 |
1212
| ext/cunit2 | https://svn.code.sf.net/p/cunit/code/branches/mingw64/Man | 150 |
1313
| ext/cunit3 | https://svn.code.sf.net/p/cunit/code | |
1414
When I run "dfetch import"
@@ -23,7 +23,7 @@ Feature: Importing externals from an existing svn repository
2323
2424
projects:
2525
- name: ext/cunit1
26-
revision: '172'
26+
revision: '176'
2727
src: Man
2828
dst: ./ext/cunit1
2929
repo-path: code

0 commit comments

Comments
 (0)