Upload Tizen:Main source
[external/libsatsolver.git] / tests / solver / data.libzypp / yast-tests / exercise-corcircle-test.xml
1 <?xml version="1.0"?>
2 <test>
3 <setup>
4   <system file="exercise-corcircle-system.xml.gz"/>
5   <channel name="test" file="exercise-corcircle-packages.xml.gz"/>
6 </setup>
7
8 <!-- 
9 # B conflicts with installed A which however is obsoleted by C. So this is
10 # solvable but not installable as C requires B. Therefore B would be installed
11 # a time when A is still there.
12 B C
13  -->
14 <trial>
15   <install channel="test" package="B"/>
16   <install channel="test" package="C"/>
17 </trial>
18
19 </test>