This commit is contained in:
2019-10-23 18:00:48 +00:00
parent d1a7b71f60
commit d0afd4a870
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ UPDATE all the things before commencing work
- Add automated test to retrieve a manual page to ensure it's working - Add automated test to retrieve a manual page to ensure it's working
- Add automated test to retrieve metrics to know it's working - Add automated test to retrieve metrics to know it's working
- Add automated test to retrieve apiroot page to know it's working - Add automated test to retrieve apiroot page to know it's working
- Post a release build fixup server to run 3.1.net
------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------
Need a sprint to get to a fully testable client with entry form, list and as much as possible all features from COMMON-* specs list Need a sprint to get to a fully testable client with entry form, list and as much as possible all features from COMMON-* specs list

View File

@@ -376,7 +376,7 @@ namespace AyaNova.Api.Controllers
[HttpGet("exception")] [HttpGet("exception")]
public ActionResult GetException() public ActionResult GetException()
{ {
log.LogInformation("Widget::getexception-> Test exception and log from controller test"); //log.LogInformation("Widget::getexception-> Test exception and log from controller test");
if (!serverState.IsOpen) if (!serverState.IsOpen)
return StatusCode(503, new ApiErrorResponse(ApiErrorCode.API_CLOSED, null, serverState.Reason)); return StatusCode(503, new ApiErrorResponse(ApiErrorCode.API_CLOSED, null, serverState.Reason));
throw new System.NotSupportedException("Test exception from widget controller"); throw new System.NotSupportedException("Test exception from widget controller");