1
0
Fork 0

Fix TODO tags to confirm with the projects standard

pull/324/head
Volker Dusch 2012-02-19 15:30:53 +01:00
parent eafe13d5a5
commit e20a79ac61
2 changed files with 4 additions and 4 deletions

View File

@ -304,7 +304,7 @@ class Solver
// if ignoreinstalledsobsoletes is not set, we're also checking
// obsoletes of installed packages (like newer rpm versions)
//
/** @TODO: if ($this->noInstalledObsoletes) */
/** TODO if ($this->noInstalledObsoletes) */
if (true) {
$noObsoletes = isset($this->noObsoletes[$package->getId()]);
$isInstalled = (isset($this->installedMap[$package->getId()]));

View File

@ -67,7 +67,7 @@ class SolverTest extends TestCase
$this->markTestIncomplete('Reporting this failure is not implemented/working yet');
//$this->fail('Unsolvable conflict did not resolve in exception.');
} catch (SolverProblemsException $e) {
// @todo: assert problem properties
// TODO assert problem properties
}
}
@ -519,7 +519,7 @@ class SolverTest extends TestCase
$transaction = $this->solver->solve($this->request);
$this->fail('Unsolvable conflict did not resolve in exception.');
} catch (SolverProblemsException $e) {
// @todo: assert problem properties
// TODO assert problem properties
}
}
@ -540,7 +540,7 @@ class SolverTest extends TestCase
$transaction = $this->solver->solve($this->request);
$this->fail('Unsolvable conflict did not resolve in exception.');
} catch (SolverProblemsException $e) {
// @todo: assert problem properties
// TODO assert problem properties
}
}