示例#1
0
        public void CompileCategoryContentTest()
        {
            //_buildEngine.CompileCategoryContent(ConstCategoryId);

            _buildEngine.CompileCategoryContent(ConstCategoryId + 1);

            Assert.IsTrue(true);
        }