The integration tests probably wont work for customers.
The tests reference data that they probably don't have, such as:
const string level1Title = "Marketing Information";
const string listTitle = "CR_DESC";
const string level1Title = "PC";
const string level2Title = "Windows 3.1";
etc.
should we add some more details about running the integration tests in teh readme?
such as, if you're a customer - don't run them?
lets discuss.