fix for webapppool when specifying an attribute that holds a collection (#30729)

* fix for webapppool when specifying an attribute that holds a collection

* re-add always block on test
This commit is contained in:
Jordan Borean 2017-09-28 16:15:55 +10:00 committed by GitHub
parent 2837200aea
commit a41077df20
3 changed files with 139 additions and 9 deletions

View file

@ -144,6 +144,7 @@ EXAMPLES = r'''
attributes:
# Timespan with full string "day:hour:minute:second.millisecond"
recycling.periodicRestart.time: "00:00:05:00.000000"
recycling.periodicRestart.schedule: ["00:10:00", "05:30:00"]
# Shortened timespan "hour:minute:second"
processModel.pingResponseTime: "00:03:00"
'''