Lincoln's OSC clean-ups (#3716).
git-svn-id: svn://localhost/ardour2/branches/3.0@8552 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -20,7 +20,7 @@ XPathTest::testMisc ()
|
||||
|
||||
cout << "Found " << result->size() << " banks" << endl;
|
||||
assert(result->size() == 8);
|
||||
int counter = 1;
|
||||
// int counter = 1;
|
||||
for(XMLSharedNodeList::const_iterator i = result->begin(); i != result->end(); ++i) {
|
||||
assert((*i)->name() == "bank");
|
||||
assert((*i)->property("name"));
|
||||
|
||||
Reference in New Issue
Block a user