Skip to content

Commit

Permalink
Merge pull request Tribler#22 from NielsZeilemaker/test-cleanup
Browse files Browse the repository at this point in the history
Test cleanup
  • Loading branch information
Elric Milon committed May 7, 2013
2 parents e1ece14 + 440b491 commit 2677d6e
Show file tree
Hide file tree
Showing 13 changed files with 688 additions and 886 deletions.
2 changes: 0 additions & 2 deletions Tribler/Core/CacheDB/SqliteCacheDBHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ def updatePeer(self, permid, commit=True, **argv):

def deletePeer(self, permid=None, peer_id=None, force=False, commit=True):
# don't delete friend of superpeers, except that force is True
# to do: add transaction
# self._db._begin() # begin a transaction
if peer_id is None:
peer_id = self._db.getPeerID(permid)
if peer_id is None:
Expand Down
Loading

0 comments on commit 2677d6e

Please sign in to comment.