我正在尝试对每个 ECM 服务器的 CMIS TCK 单元测试的结果进行评分。
对于分数,我只计算通过的单元测试的数量。
问题:一些“INFO”听起来很像它们实际上的意思是“通过”。
问题:有没有办法知道“INFO”行实际上意味着测试通过了?
示例(完整):
Checks the root folder and its children for specification compliance.
OK: Root folder id: /
Checks all types exposed by the repository for specification compliance.
INFO: Checked 19 type definitions.
Creates a document type and deletes it again.
INFO: Created type 'tck:testid_without_properties'.
INFO: Created type 'tck:testid_with_properties'.
示例说明:
- “ Root folder id: / ”成功并呈现为“OK”,完美。
- “ Checked 19 type definitions ”成功,但呈现为“INFO”,而不是“OK”。
- 其他2个也一样。
相反,其他一些“INFO”似乎是纯粹的信息:
INFO: Binding: ATOMPUB
对于特定的服务器,INFO 的数量是 2635,这比测试的数量要多得多。