Skip to content

Commit fd52325

Browse files
committed
* Fix basepool test case abort.
* Ingnore debian cache files. Signed-off-by: Hsin-Yi Chen (hychen) <[email protected]>
1 parent 6227c30 commit fd52325

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@
66
build
77
dist
88
bdist
9+
debian/files
10+
debian/lazyscripts.debhelper.log
11+
debian/lazyscripts.postinst.debhelper
12+
debian/lazyscripts.preinst.debhelper
13+
debian/lazyscripts.prerm.debhelper
14+
debian/lazyscripts.substvars
15+
debian/lazyscripts/

tests/basepool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_load_and_get_catogory_list(self):
7373
self._write('recommand.ini', [])
7474
self._mk_categories(('Network','Game','noncat'))
7575
pool = self._load_pool()
76-
self.assertEquals(['Game','Network'], pool.categories())
76+
self.assertEquals(['Network','Game'], pool.categories())
7777
#}}}
7878

7979
#{{{def test_load_and_get_i18n(self):

0 commit comments

Comments
 (0)