Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-09-20 02:18:11 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-09-20 02:18:11 (GMT)
commitc423be6437a88af6f795fbfdfd305241bf1f1a90 (patch)
tree396d29780da8039e9d15e973dc3e43eb400c6f48 /tests
parent750bd01dd00af01d3f68df43882a09d837d337a3 (diff)
Consider sweets-sugar as a basis package while presolving dependency trees
Diffstat (limited to 'tests')
-rwxr-xr-xtests/units/node/obs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/node/obs.py b/tests/units/node/obs.py
index fef1b1d..bf43ed6 100755
--- a/tests/units/node/obs.py
+++ b/tests/units/node/obs.py
@@ -93,7 +93,7 @@ class ObsTest(tests.Test):
'arch': 'i586',
'package': 'pkg1',
'withdeps': '1',
- 'exclude': 'sugar',
+ 'exclude': 'sweets-sugar',
}},
[ '<resolve>',
' <binary name="pkg1-1" url="http://pkg1-1.prm" arch="arch"/>',
@@ -108,7 +108,7 @@ class ObsTest(tests.Test):
'arch': 'i586',
'package': 'pkg2',
'withdeps': '1',
- 'exclude': 'sugar',
+ 'exclude': 'sweets-sugar',
}},
[ '<resolve>',
' <binary name="pkg2-1" url="http://pkg2-1.prm" arch="arch"/>',