summaryrefslogtreecommitdiffstats
path: root/tests/regress/opk.py
diff options
context:
space:
mode:
authorpixdamix@gmail.com <pixdamix@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2012-01-19 08:51:59 (EST)
committer pixdamix@gmail.com <pixdamix@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2012-01-19 08:51:59 (EST)
commit1d9fe6093125be143fde351305214051afc5ec3b (patch)
tree7ea67010f5573746aad2dc938c5c830e9f358ae8 /tests/regress/opk.py
parente22788697aa6c4765c86e0d569cbe0b0137efeb5 (diff)
testcase displaying the loss of the auto-installed flag
git-svn-id: http://opkg.googlecode.com/svn/trunk@634 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'tests/regress/opk.py')
-rw-r--r--tests/regress/opk.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regress/opk.py b/tests/regress/opk.py
index ebfb6ec..f96037e 100644
--- a/tests/regress/opk.py
+++ b/tests/regress/opk.py
@@ -70,6 +70,9 @@ class OpkGroup:
def add(self, **control):
self.opk_list.append(Opk(**control))
+
+ def addOpk(self, opk):
+ self.opk_list.append(opk)
def write_opk(self, tar_not_ar=False):
for o in self.opk_list: