mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added test for deep key name sequences.
git-svn-id: http://svn.osgeo.org/qgis/trunk@2928 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
afb3ac1607
commit
6837444c0f
@ -65,7 +65,7 @@ class ProjectTest : public CppUnit::TestFixture
|
||||
|
||||
mBoolValueKey = "/values/myBool";
|
||||
|
||||
mStringValueKey = "/values/myStrings/myString";
|
||||
mStringValueKey = "/values/very/nested/myString";
|
||||
|
||||
mStringListValueKey = "/values/myStrings/myStringlist";
|
||||
|
||||
|
@ -109,6 +109,10 @@ QGIS_FILES = qgisapp.o \
|
||||
qgspluginitem.o \
|
||||
qgspluginmanager.o \
|
||||
qgspluginmetadata.o \
|
||||
qgsmeasurebase.moc.uic.o \
|
||||
qgsmeasurebase.uic.o \
|
||||
qgsmeasure.moc.o \
|
||||
qgsmeasure.o \
|
||||
qgspluginregistry.o \
|
||||
qgspoint.o \
|
||||
qgspolygonsymbol.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user