set CHECK_RELEASE = WARN; remove TODO.html

This commit is contained in:
mrkraimer
2016-02-04 08:11:25 -05:00
parent 6647ab3142
commit 1ea3d46baf
2 changed files with 1 additions and 9 deletions

View File

@ -14,7 +14,7 @@
# Set CHECK_RELEASE to NO to disable checking completely.
# Set CHECK_RELEASE to WARN to perform consistency checking but
# continue building anyway if conflicts are found.
#CHECK_RELEASE = YES
CHECK_RELEASE = WARN
# To install files into a location other than $(TOP) define
# INSTALL_LOCATION here.

View File

@ -1,8 +0,0 @@
<h1>TODO</h1>
<h2>monitorPlugin</h2>
<p>A debate is on-going about what semantics should be.</p>
<h2>Must test record delete.</h2>
<p>Must test removing a record from the PVDatabase while a pvAccess client
is attached. Also why do both unlisten and detach exists?</p>
<h2>create more regression tests</h2>
<p>Currently only some simple tests exist. Most of the testing has been via the examples</p>