Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
for example, the zookeeper-server's metadata is:
.....
<metadata>
<summary>This runs the zookeeper server on startup.</summary>
<description></description>
.....
when doing the matching, the code is looking for "This runs the zookeeper server on startup. description" as summary, hence get error message:
checking description on package zookeeper-server Expected: "This runs the zookeeper server on startup. description" got: "This runs the zookeeper server on startup."