Comment 7 for bug 224686

Revision history for this message
Joshua Scotton (joshuascotton) wrote :

Jamie, I downloaded your branch and ran the tests, I got three failures which were down to this:

in theme.py on line 106 change
        self.image['weather-cloudy'] = os.path.join(img_path, "weather/clouds.png")
to
        self.image['weather-clouds'] = os.path.join(img_path, "weather/clouds.png")

I did that in my local copy and it fixed the tests