From bd4693a7f77da02d01b3c4a4be523d2c3175a3b0 Mon Sep 17 00:00:00 2001 From: Stephan Meissl Date: Wed, 7 Aug 2013 17:05:50 +0200 Subject: [PATCH] Adjusting exceptionCode in WCS 2.0. --- mapwcs20.c | 2 +- msautotest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mapwcs20.c b/mapwcs20.c index ddb6f1d1b4..b33c23a39f 100644 --- a/mapwcs20.c +++ b/mapwcs20.c @@ -1071,7 +1071,7 @@ int msWCSParseRequest20(mapObj *map, msSetError(MS_WCSERR, "The axis '%s' is already subsetted.", "msWCSParseRequest20()", axis->name); msWCSFreeSubsetObj20(subset); - msWCSException(map, "InvalidSubsetting", "subset", ows_request->version); + msWCSException(map, "InvalidAxisLabel", "subset", ows_request->version); return MS_DONE; } axis->subset = subset; diff --git a/msautotest b/msautotest index 4e18006210..36caa6c2ca 160000 --- a/msautotest +++ b/msautotest @@ -1 +1 @@ -Subproject commit 4e180062102dc21bf217f2692fedb683b2b3db64 +Subproject commit 36caa6c2ca0616cc6e76f5da989b58028f00ec26