File Changes for angie
switch to commits view, user indexv323_base to v324_preview (2015-10-05 to 2015-10-12) v324
- src/hg/hgIntegrator/hgIntegrator.c
- lines changed 6, context: html, text, full: html, text
In f66bc993 & 6bf69bab, I mistakenly used the top-level track's name
as the annoStreamer name, which was incorrect for subtracks. Now,
use tdb->track so if leafTrack is found, we use that.
fixes #16177
- src/hg/lib/tests/annoGratorTester.c
- lines changed 298, context: html, text, full: html, text
Refactoring: split each test into its own function instead of god-awful long main;
make structured definition of tests so that adding a new test doesn't require
so many repetitive edits. Require the testName command line arg.
switch to commits view, user index