2

I'm implementing a CMIS server using OpenCMIS.
I use TCK tests to check CMIS compliance. The error messages of the compliance checks are very short. There is no info about the call sequence or at least the last call that causes the compliance failure.
Is there a setting to output the used calls or a stack trace or any more informations?

4

1 回答 1

2

TCK 文本报告包含堆栈跟踪。堆栈跟踪也在 HTML 报告中,但作为注释。

要找出问题所在,您必须查看 TCK 测试的代码。测试通常简短易懂。

于 2013-07-02T15:02:57.477 回答