+ small change
This commit is contained in:
parent
1264632999
commit
f0181d4c4f
1 changed files with 2 additions and 1 deletions
|
@ -450,8 +450,9 @@ def test_color_init():
|
|||
|
||||
# Color equality
|
||||
def test_color_equality():
|
||||
|
||||
c1 = mapnik2.Color('blue')
|
||||
c2 = mapnik2.Color('blue')
|
||||
c2 = mapnik2.Color(0,0,255)
|
||||
c3 = mapnik2.Color('black')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue