tests/test-parseindex2.py.out
author Augie Fackler <augie@google.com>
Tue, 14 Apr 2015 15:59:59 -0400
changeset 25039 8505eb1bafb1
parent 7110 75fdc39b6172
permissions -rw-r--r--
run-tests: be more judicious about bytes vs string on test attrs This introduces a bname attribute for when we need to use the test name in a path, and retains name for when we need it as a string. Sadly, we seem to need both of these.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done