} else if (nr == 2) {
if (!bndPaths.getTestSrc().equals(src)) {
model.genericSet(Constants.DEFAULT_PROP_TESTSRC_DIR, src);
}
if (!bndPaths.getTestBin().equals(bin)) {
model.genericSet(Constants.DEFAULT_PROP_TESTBIN_DIR, bin);
}
nr = 2;
} else {
// if for some crazy reason we end up with more than 2 paths, we log them in
// extension properties (we cannot write comments) but this should never happen