mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
Fix fixtures for commit
This commit is contained in:
parent
c4f0397b0f
commit
7b3b9ebc0f
4
tests/commit_fixtures/osctest/add/.osc/_meta
Normal file
4
tests/commit_fixtures/osctest/add/.osc/_meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<package name="add" project="osctest">
|
||||||
|
<title>Title example</title>
|
||||||
|
<description>Description example</description>
|
||||||
|
</package>
|
4
tests/commit_fixtures/osctest/added_missing/.osc/_meta
Normal file
4
tests/commit_fixtures/osctest/added_missing/.osc/_meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<package name="added_missing" project="osctest">
|
||||||
|
<title>Title example</title>
|
||||||
|
<description>Description example</description>
|
||||||
|
</package>
|
4
tests/commit_fixtures/osctest/allstates/.osc/_meta
Normal file
4
tests/commit_fixtures/osctest/allstates/.osc/_meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<package name="allstates" project="osctest">
|
||||||
|
<title>Title example</title>
|
||||||
|
<description>Description example</description>
|
||||||
|
</package>
|
@ -1,5 +1,5 @@
|
|||||||
<package project="home:Admin" name="unix">
|
<package name="branch" project="osctest">
|
||||||
<title/>
|
<title>Title example</title>
|
||||||
<description>This package was branched from btest in order to ...</description>
|
<description>Description example</description>
|
||||||
<person role="maintainer" userid="Admin"/>
|
<person role="maintainer" userid="Admin"/>
|
||||||
</package>
|
</package>
|
||||||
|
4
tests/commit_fixtures/osctest/conflict/.osc/_meta
Normal file
4
tests/commit_fixtures/osctest/conflict/.osc/_meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<package name="conflict" project="osctest">
|
||||||
|
<title>Title example</title>
|
||||||
|
<description>Description example</description>
|
||||||
|
</package>
|
4
tests/commit_fixtures/osctest/delete/.osc/_meta
Normal file
4
tests/commit_fixtures/osctest/delete/.osc/_meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<package name="delete" project="osctest">
|
||||||
|
<title>Title example</title>
|
||||||
|
<description>Description example</description>
|
||||||
|
</package>
|
4
tests/commit_fixtures/osctest/multiple/.osc/_meta
Normal file
4
tests/commit_fixtures/osctest/multiple/.osc/_meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<package name="multiple" project="osctest">
|
||||||
|
<title>Title example</title>
|
||||||
|
<description>Description example</description>
|
||||||
|
</package>
|
4
tests/commit_fixtures/osctest/nochanges/.osc/_meta
Normal file
4
tests/commit_fixtures/osctest/nochanges/.osc/_meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<package name="nochanges" project="osctest">
|
||||||
|
<title>Title example</title>
|
||||||
|
<description>Description example</description>
|
||||||
|
</package>
|
4
tests/commit_fixtures/osctest/simple/.osc/_meta
Normal file
4
tests/commit_fixtures/osctest/simple/.osc/_meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<package name="simple" project="osctest">
|
||||||
|
<title>Title example</title>
|
||||||
|
<description>Description example</description>
|
||||||
|
</package>
|
Loading…
Reference in New Issue
Block a user