mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix tests, don't break pool contents. #36
This commit is contained in:
@@ -608,7 +608,7 @@ class PublishSnapshot26Test(BaseTest):
|
|||||||
publish snapshot: multiple component
|
publish snapshot: multiple component
|
||||||
"""
|
"""
|
||||||
fixtureDB = True
|
fixtureDB = True
|
||||||
fixturePool = True
|
fixturePoolCopy = True
|
||||||
fixtureCmds = [
|
fixtureCmds = [
|
||||||
"aptly snapshot create snap26.1 from mirror gnuplot-maverick",
|
"aptly snapshot create snap26.1 from mirror gnuplot-maverick",
|
||||||
"aptly repo create local-repo",
|
"aptly repo create local-repo",
|
||||||
@@ -702,7 +702,7 @@ class PublishSnapshot27Test(BaseTest):
|
|||||||
publish snapshot: multiple component, guessing component names
|
publish snapshot: multiple component, guessing component names
|
||||||
"""
|
"""
|
||||||
fixtureDB = True
|
fixtureDB = True
|
||||||
fixturePool = True
|
fixturePoolCopy = True
|
||||||
fixtureCmds = [
|
fixtureCmds = [
|
||||||
"aptly snapshot create snap27.1 from mirror gnuplot-maverick",
|
"aptly snapshot create snap27.1 from mirror gnuplot-maverick",
|
||||||
"aptly repo create -component=contrib local-repo",
|
"aptly repo create -component=contrib local-repo",
|
||||||
|
|||||||
Reference in New Issue
Block a user