Skip to content

Commit

Permalink
Fixed the unit test due to LoadFullprofResolution. Refs #7847.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Sep 10, 2013
1 parent 5dbfb64 commit d55bd0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ def test_genHKLList(self):
paramname0 = paramws.cell(0, 0)

if paramname0.lower() == "bank":
numrowgood = 28
numrowgood = 29
else:
numrowgood = 27
numrowgood = 28
print "Parameter name of first line = ", paramname0

self.assertEqual(numrowgood, paramws.rowCount())
Expand Down

0 comments on commit d55bd0d

Please sign in to comment.