This commit is contained in:
Steve Pulec 2017-02-23 21:37:43 -05:00
commit f37bad0e00
260 changed files with 6363 additions and 3766 deletions

View file

@ -43,7 +43,8 @@ def test_create_layer_response():
Name="_",
Shortname="TestLayerShortName"
).should.throw(
Exception, re.compile(r'already a layer with shortname "TestLayerShortName"')
Exception, re.compile(
r'already a layer with shortname "TestLayerShortName"')
)
@ -69,4 +70,3 @@ def test_describe_layers():
rv1['Layers'].should.equal(rv2['Layers'])
rv1['Layers'][0]['Name'].should.equal("TestLayer")