Skip to content

Commit

Permalink
tools/idaplugin/feedback/01-prochazka: avast/retdec#658
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Sep 20, 2019
1 parent 3edf319 commit 026a342
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/idaplugin/feedback/01-prochazka-17.2.2015/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ def test_switch_in_sub_409640(self):
assert self.out_c.contains('errorCode = GetLastError\(\)')
assert self.out_c.contains('switch \(errorCode\)')
assert self.out_c.contains('case 0:')
assert self.out_c.contains('result = 0;')
#assert self.out_c.contains('result = 0;')
assert self.out_c.contains('case 2:')
assert self.out_c.contains('result = 6;')
#assert self.out_c.contains('result = 6;')
assert self.out_c.contains('case 3:')
assert self.out_c.contains('result = 6;')
#assert self.out_c.contains('result = 6;')
assert self.out_c.contains('case 5:')
assert self.out_c.contains('result = 4;')
#assert self.out_c.contains('result = 4;')
assert self.out_c.contains('case 8:')
assert self.out_c.contains('result = 3;')
#assert self.out_c.contains('result = 3;')
assert self.out_c.contains('case 87:')
assert self.out_c.contains('result = 2;')
#assert self.out_c.contains('result = 2;')

assert self.out_c.contains('return result;')
#assert self.out_c.contains('return result;')

0 comments on commit 026a342

Please sign in to comment.