We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a91864e commit b3b54d1Copy full SHA for b3b54d1
tests/src/python/test_qgsrelation.py
@@ -1,14 +1,14 @@
1
# -*- coding: utf-8 -*-
2
-"""QGIS Unit tests for QgsVectorLayer.
+"""QGIS Unit tests for QgsRelation.
3
4
.. note:: This program is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
6
the Free Software Foundation; either version 2 of the License, or
7
(at your option) any later version.
8
"""
9
-__author__ = 'Tim Sutton'
10
-__date__ = '20/08/2012'
11
-__copyright__ = 'Copyright 2012, The QGIS Project'
+__author__ = 'Matthias Kuhn'
+__date__ = '07/10/2013'
+__copyright__ = 'Copyright 2013, The QGIS Project'
12
# This will get replaced with a git SHA1 when you do a git archive
13
__revision__ = '$Format:%H$'
14
0 commit comments