Skip to content

Commit

Permalink
Don't try to style poly2tri library
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 5, 2019
1 parent a9d02da commit 1e9709c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/astyle.sh
Expand Up @@ -89,7 +89,7 @@ astyleit() {

for f in "$@"; do
case "$f" in
src/plugins/grass/qtermwidget/*|external/o2/*|external/qt-unix-signals/*|external/astyle/*|external/kdbush/*|external/wintoast/*|external/qt3dextra-headers/*|python/ext-libs/*|ui_*.py|*.astyle|tests/testdata/*|editors/*)
src/plugins/grass/qtermwidget/*|external/o2/*|external/qt-unix-signals/*|external/astyle/*|external/kdbush/*|external/poly2tri/*|external/wintoast/*|external/qt3dextra-headers/*|python/ext-libs/*|ui_*.py|*.astyle|tests/testdata/*|editors/*)
echo -ne "$f skipped $elcr"
continue
;;
Expand Down
1 change: 1 addition & 0 deletions tests/src/python/test_qgsrelationeditwidget.py
Expand Up @@ -312,6 +312,7 @@ def test_add_feature_geometry(self):

# Mock vector layer tool to just set default value on created feature
class DummyVlTools(QgsVectorLayerTools):

def addFeature(self, layer, defaultValues, defaultGeometry):
f = QgsFeature(layer.fields())
for idx, value in defaultValues.items():
Expand Down
1 change: 1 addition & 0 deletions tests/src/python/test_qgsserver_accesscontrol_wms.py
Expand Up @@ -916,6 +916,7 @@ def test_security_issue_gh32475(self):
"""Test access control security issue GH 32475"""

class Filter(QgsAccessControlFilter):

def layerFilterSubsetString(self, layer):
handler = iface.requestHandler()
if handler.parameter("LAYER_PERM") == "yes":
Expand Down

0 comments on commit 1e9709c

Please sign in to comment.