Modified app to use external help (#4)

This commit is contained in:
Daniel J. Summers
2019-02-27 01:51:24 -06:00
parent c18219b2d7
commit 1224e77266
22 changed files with 43 additions and 2018 deletions

View File

@@ -100,7 +100,7 @@ let appViewInfoTests =
let vi = AppViewInfo.fresh
Expect.isEmpty vi.style "There should have been no styles set"
Expect.isEmpty vi.script "There should have been no scripts set"
Expect.equal vi.helpLink.Url HelpPage.None.Url "The help link should have been set to none"
Expect.isNone vi.helpLink "The help link should have been set to none"
Expect.isEmpty vi.messages "There should have been no messages set"
Expect.equal vi.version "" "The version should have been blank"
Expect.isGreaterThan vi.requestStart DateTime.MinValue.Ticks "The request start time should have been set"