<p dir="ltr">My problem with the current list format is its too complex, and is trying to solve nonexistent problems. There is no reason one should need to rename the test results in the HTML summary. It's only going to lead to headaches later on trying to identify what is actually in that column "corrected name". </p>

<p dir="ltr">I personally like either nothing, since it doesn't appear that is a popular feature, or a simple space, coma, or new line separated list of results files. Its clean, simple, and doesn't require much explanation.</p>

<div class="gmail_quote">On May 17, 2013 3:14 PM, "Ken Phillis Jr" <<a href="mailto:kphillisjr@gmail.com">kphillisjr@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, May 17, 2013 at 3:27 PM, Dylan Baker <<a href="mailto:baker.dylan.c@gmail.com">baker.dylan.c@gmail.com</a>> wrote:<br>
> You're probably right. I'll make that change too.<br>
><br>
> Though I am wondering if it's even worth having the list syntax, it's been<br>
> broken for over two months and no one has complained or even noticed it<br>
> until now. If it's still useful to someone I'll fix it, but if no one's<br>
> using it it is a fairly clunky mechanism. I'd prefer to see just a space,<br>
> comma, or newline separated list of files in a file rather than the python<br>
> list of lists that behaves rather strangely.<br>
><br>
><br>
<br>
The broken list syntax was hidden by the broken relative to absolute<br>
path resolution that was broken at the same time... Anyways, I do<br>
agree that the old list format is not the best... It should be<br>
possible to instead change the list format to use a true json format<br>
similar to how test results are stored... An example of this would be<br>
as follows:<br>
<br>
{<br>
    'path-to-result-1-directory': {},<br>
    'path-to-result-2/main': null,<br>
    'path-to-result-3-path': { 'name': 'This is the Corrected Name' },<br>
    'path-to-result-4/main': { 'name': 'Yet another Corrected Name' }<br>
}<br>
</blockquote></div>