File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/plugins/processing/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
__revision__ = ':%H$'
27
27
28
28
import AlgorithmsTestBase
29
- from processing .algs .gdal .ogr2ogrtopostgis import Ogr2OgrToPostGis
29
+ from processing .algs .gdal .OgrToPostGis import OgrToPostGis
30
30
from processing .algs .gdal .GdalUtils import GdalUtils
31
31
from qgis .core import QgsProcessingContext
32
32
import nose2
@@ -99,7 +99,7 @@ def _copyFile(dst):
99
99
self .assertEqual (name , 'city_data.edge' )
100
100
101
101
102
- class TestGdalOgr2OgrToPostgis (unittest .TestCase ):
102
+ class TestGdalOgrToPostGis (unittest .TestCase ):
103
103
104
104
@classmethod
105
105
def setUpClass (cls ):
@@ -114,7 +114,7 @@ def tearDownClass(cls):
114
114
# See https://issues.qgis.org/issues/15706
115
115
def test_getConnectionString (self ):
116
116
117
- obj = Ogr2OgrToPostGis ()
117
+ obj = OgrToPostGis ()
118
118
obj .initAlgorithm ({})
119
119
120
120
parameters = {}
You can’t perform that action at this time.
0 commit comments