mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-08 14:08:42 +02:00
- add prdiff subcommand and test suite
This commit is contained in:
1
tests/prdiff_fixtures/some:project/.osc/_apiurl
Normal file
1
tests/prdiff_fixtures/some:project/.osc/_apiurl
Normal file
@@ -0,0 +1 @@
|
||||
http://localhost
|
4
tests/prdiff_fixtures/some:project/.osc/_packages
Normal file
4
tests/prdiff_fixtures/some:project/.osc/_packages
Normal file
@@ -0,0 +1,4 @@
|
||||
<project name="some:project">
|
||||
<package name="common-one" state=" " />
|
||||
<package name="common-two" state=" " />
|
||||
</project>
|
1
tests/prdiff_fixtures/some:project/.osc/_project
Normal file
1
tests/prdiff_fixtures/some:project/.osc/_project
Normal file
@@ -0,0 +1 @@
|
||||
some:project
|
5
tests/prdiff_fixtures/some:project/common-two
Normal file
5
tests/prdiff_fixtures/some:project/common-two
Normal file
@@ -0,0 +1,5 @@
|
||||
line one
|
||||
line two
|
||||
line three
|
||||
an extra line
|
||||
last line
|
6
tests/prdiff_fixtures/some:project/directory
Normal file
6
tests/prdiff_fixtures/some:project/directory
Normal file
@@ -0,0 +1,6 @@
|
||||
<directory count='4'>
|
||||
<entry name="common-one"/>
|
||||
<entry name="common-two"/>
|
||||
<entry name="common-three"/>
|
||||
<entry name="only-in-new"/>
|
||||
</directory>
|
Reference in New Issue
Block a user