Skip to content

Commit

Permalink
Reinstated platform hashes for xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Aug 14, 2012
1 parent ce12c4a commit b2b5dac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gui/test_is_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,9 @@ def test_getLegend(self):
#'d0c3071c4babe7db4f9762b311d61184', # ub12.04xiner
#'b94cfd8a10d709ff28466ada425f24c8', # ub11.10-64
#'00dc58aa50867de9b617ccfab0d13f21', # ub12.04
#'e65853e217a4c9b0c2f303dd2aadb373', # ub12.04 xvfb
'e65853e217a4c9b0c2f303dd2aadb373', # ub12.04 xvfb
#'e4273364b33a943e1108f519dbe8e06c', # ub12.04-64
# ub11.04-64 laptop
'91177a81bee4400be4e85789e3be1e91', # binary read
'',
]
assertHashesForFile(myExpectedHashes, myPath)

Expand All @@ -114,11 +112,12 @@ def test_getVectorLegend(self):
# As we have discovered, different versions of Qt and
# OS platforms cause different output, so hashes are a list
# of 'known good' renders.
# Results currently identical to getLegend as image is same
myExpectedHashes = ['', # win
#'d0c3071c4babe7db4f9762b311d61184', # ub12.04 xinr
#'b94cfd8a10d709ff28466ada425f24c8', # ub11.10-64
#'00dc58aa50867de9b617ccfab0d13f21', # ub12.04
#'e65853e217a4c9b0c2f303dd2aadb373', # ub12.04 xvfb
'e65853e217a4c9b0c2f303dd2aadb373', # ub12.04 xvfb
#'e4273364b33a943e1108f519dbe8e06c', # ub12.04-64
# ub11.04-64 laptop
'91177a81bee4400be4e85789e3be1e91', # Binary Read
Expand All @@ -141,7 +140,7 @@ def test_getRasterLegend(self):
#'9ead6ce0ac789adc65a6f00bd2d1f709', # ub12.04xiner
#'84bc3d518e3a0504f8dc36dfd620394e', # ub11.10-64
#'b68ccc328de852f0c66b8abe43eab3da', # ub12.04
#'cd5fb96f6c5926085d251400dd3b4928', # ub12.04 xvfb
'cd5fb96f6c5926085d251400dd3b4928', # ub12.04 xvfb
#'a654d0dcb6b6d14b0a7a62cd979c16b9', # ub12.04-64
# ub11.04-64 laptop
'9692ba8dbf909b8fe3ed27a8f4924b78', # binary read
Expand Down Expand Up @@ -195,7 +194,7 @@ def test_addClassToLegend(self):
#'67c0f45792318298664dd02cc0ac94c3', # ub12.04xiner
#'ea0702782c2ed5d950c427fbe1743858', # ub11.10-64
#'53e0ba1144e071ad41756595d29bf444', # ub12.04
#'0681c3587305074bc9272f456fb4dd09', # ub12.04 xvfb
'0681c3587305074bc9272f456fb4dd09', # ub12.04 xvfb
#'a37443d70604bdc8c279576b424a158c', # ub12.04-64
# ub11.04-64 laptop
'944cee3eb9d916816b60ef41e8069683', # binary read
Expand Down

0 comments on commit b2b5dac

Please sign in to comment.