Skip to content

Commit

Permalink
TEST: Fix autotest for derived datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichel-otb committed Jul 8, 2016
1 parent 2490c3d commit 17516f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/gdrivers/derived.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test cderived driver
# Purpose: Test derived driver
# Author: Julien Michel <julien dot michel at cnes dot fr>
#
###############################################################################
Expand Down Expand Up @@ -81,7 +81,7 @@ def derived_test():


gdaltest_list = [
cderived_test
derived_test
]

if __name__ == '__main__':
Expand Down

0 comments on commit 17516f6

Please sign in to comment.