Don't do string comparisons in "make test" (#1057573).
commit36d0868d2a2d4b6ab2dab74d4b3bc87a13d1e70c
authorChris Lumens <clumens@redhat.com>
Fri, 24 Jan 2014 15:20:06 +0000 (24 10:20 -0500)
committerChris Lumens <clumens@redhat.com>
Fri, 24 Jan 2014 15:20:06 +0000 (24 10:20 -0500)
tree543847072eaae715a7c60ca138c97f1627b57053
parente593f5e16e9ec271871c191232883e30ce0778a4
Don't do string comparisons in "make test" (#1057573).

This won't work under all locales.  Luckily we can instead check that something
is a deprecation warning by using isinstance.
tests/parser/packages.py