Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update test_qgsprojectionselectionwidgets.py
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
tests/src/python/test_qgsprojectionselectionwidgets.py
|
@@ -122,6 +122,8 @@ def testSignal(self): |
|
|
w.setCrs(QgsCoordinateReferenceSystem('EPSG:3111')) |
|
|
self.assertEqual(w.crs().authid(), 'EPSG:3111') |
|
|
self.assertEqual(len(spy), 1) |
|
|
self.assertEqual(w.crs().authid(), 'EPSG:3111') |
|
|
self.assertEqual(len(spy), 0) |
|
|
|
|
|
def testTreeWidgetGettersSetters(self): |
|
|
""" basic tests for QgsProjectionSelectionTreeWidget """ |
|
|
Wouldn't this need another setCrs call to be testing anything?