Skip to content

Commit

Permalink
test: fixed som test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lauridsen committed Jul 13, 2014
1 parent dbcc964 commit 5b3e81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-system-ro.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_PackageActions(self):
'obsolete'], 'available': ['install', 'remove', 'update', 'obsolete']}
for flt in flt_dict.keys():
now = time.time()
result = self.GetPackageWithAttributes(flt, ['summary', 'size'])
result = self.GetPackages(flt, ['summary', 'size'])
print(
"%s, # = %s, time = %.3f" %
(flt, len(result), time.time() - now))
Expand Down

0 comments on commit 5b3e81b

Please sign in to comment.