56 if (
os_) *
os_ <<
"testProteinList()\n";
63 aSimple.
proteins.push_back(protein1a);
64 bSimple.
proteins.push_back(protein1b);
81 aSimple.
proteins.push_back(protein2);
84 if (
os_) *
os_ << diff << endl;
89 if (
os_) *
os_ << diffIgnore << endl;
96 bSimple.
proteins.push_back(protein3);
99 if (
os_) *
os_ << diff << endl;
115 if (
os_) *
os_ << diff << endl;
140 if (
os_) *
os_ <<
"testProteomeData()\n";
157 if (
os_) *
os_ << diff << endl;
173 int main(
int argc,
char* argv[])
179 if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;
int main(int argc, char *argv[])
std::vector< ProteinPtr > proteins
configuration struct for diffs
Calculate diffs of objects in a ProteoWizard data model hierarchy.
void diff(const string &filename1, const string &filename2)
ProteinListPtr proteinListPtr
#define TEST_PROLOG_EX(argc, argv, suffix)
boost::shared_ptr< Protein > ProteinPtr