Actions
Bug #3732
closedSitemap test is failing
Start date:
01/08/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3732
Description
The sitemap junit test fails because it does not find a file that should be there. It looks like the file is not writing out fully at test time, but writes out when the tests are complete.
Updated by Michael Daigle almost 16 years ago
The sitemap file was being read into a 1024 byte buffer in the test case. Once the sitemap was greater than 1024, the test failed.
Used the FileUtil file reader methods to get sitemap.
Actions