diff -r 4722cd3437cb -r 1d4043c9f869 test-driver.c --- a/test-driver.c Fri Feb 29 11:53:15 2008 -0500 +++ b/test-driver.c Wed Mar 05 19:01:51 2008 -0500 @@ -200,11 +200,11 @@ version = ""; for (; ctx->unsat < ctx->trans->packages + ctx->trans->package_count; ctx->unsat++) { - if (ctx->unsat->state != RAZOR_PACKAGE_INSTALL_UNSATISFIABLE) + if (ctx->unsat->state != RAZOR_PACKAGE_UNSATISFIABLE) continue; - if (strcmp(name, ctx->unsat->req_property) != 0 || - rel != ctx->unsat->req_relation || - strcmp(version, ctx->unsat->req_version) != 0) + if (strcmp(name, ctx->unsat->dep_property) != 0 || + rel != ctx->unsat->dep_relation || + strcmp(version, ctx->unsat->dep_version) != 0) continue; /* OK, found it, so skip over it and continue */