Skip to content

Commit 09ce9e6

Browse files
committed
Add about_resource_path field to some test files.
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 734b921 commit 09ce9e6

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: distribute
22
version: 1.1
33
about_resource: distribute_setup.py
4+
about_resource_path: ./distribute_setup.py
45
date: 01/08/2013
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: date_test
22
version: 1.1
33
about_resource: date_test.py
4+
about_resource_path: ./date_test.py
45
date: 2013-01-08
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
name: Apache HTTP Server
22
about_resource: about_resource.c
3+
about_resource_path: ./about_resource.c
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: Apache HTTP Server
22
version: 2.4.3
3-
about_resource: about_file_missing.c
3+
about_resource: about_file_missing.c
4+
about_resource_path: ./about_file_missing.c

tests/testdata/unicode/nose-selecttests.ABOUT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
about_resource: nose-selecttests-0.3.zip
2+
about_resource_path: ./nose-selecttests-0.3.zip
23
version: 0.3
34
download_url: http://pypi.python.org/packages/source/n/nose-selecttests/nose-selecttests-0.3.zip
45

0 commit comments

Comments
 (0)