Skip to content

Commit

Permalink
Marking problem test cases, as things that might need to be skipped o…
Browse files Browse the repository at this point in the history
…r fixed.
  • Loading branch information
markstory committed Jul 9, 2010
1 parent b15948c commit e64a187
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cake/tests/cases/console/libs/tasks/controller.test.php
Expand Up @@ -113,6 +113,7 @@ public function endTest() {
/**
* test ListAll
*
* @fixme this one has problems with test suites
* @return void
*/
public function testListAll() {
Expand All @@ -137,6 +138,7 @@ public function testListAll() {
/**
* Test that getName interacts with the user and returns the controller name.
*
* @fixme this one has problems with test suites
* @return void
*/
public function testGetNameValidIndex() {
Expand All @@ -155,6 +157,7 @@ public function testGetNameValidIndex() {
/**
* test getting invalid indexes.
*
* @fixme this one has problems with test suites
* @return void
*/
function testGetNameInvalidIndex() {
Expand Down Expand Up @@ -418,6 +421,7 @@ public function testBakeTest() {
/**
* test Interactive mode.
*
* @fixme this one has problems with test suites
* @return void
*/
public function testInteractive() {
Expand Down Expand Up @@ -448,8 +452,8 @@ public function testInteractive() {
/**
* test Interactive mode.
*
* @fixme this one has problems with test suites
* @return void
* @access public
*/
function testInteractiveAdminMethodsNotInteractive() {
$this->Task->connection = 'test_suite';
Expand Down

0 comments on commit e64a187

Please sign in to comment.