Skip to content

Commit

Permalink
Code reformatting. New tests and support for value lists, logical OR …
Browse files Browse the repository at this point in the history
…finds, and

script execution. Character encoding support.
  • Loading branch information
alexgb committed May 10, 2010
1 parent 9a84309 commit f393d07
Show file tree
Hide file tree
Showing 9 changed files with 1,510 additions and 8,097 deletions.
2,131 changes: 1,021 additions & 1,110 deletions dbo_fmcakemix.php 100644 → 100755

Large diffs are not rendered by default.

Binary file modified unit_testing/DriverUnitTesting.fp7
Binary file not shown.
Binary file removed unit_testing/cases/models/._dbo_filemaker_fx.test.php
Binary file not shown.
Binary file removed unit_testing/cases/models/._empty
Binary file not shown.
Binary file removed unit_testing/cases/models/._model.test.php
Binary file not shown.
Binary file removed unit_testing/cases/models/._models.php
Binary file not shown.
959 changes: 488 additions & 471 deletions unit_testing/cases/models/dbo_filemaker_fx.test.php

Large diffs are not rendered by default.

6,515 changes: 0 additions & 6,515 deletions unit_testing/cases/models/model.test.php

This file was deleted.

2 changes: 1 addition & 1 deletion unit_testing/cases/models/models.php
Expand Up @@ -6,7 +6,7 @@ class TestArticle extends CakeTestModel {
var $useDbConfig = 'test';
var $fmDatabaseName = 'DriverUnitTesting';
var $name = 'TestArticle';
var $returnValueLists = true;
var $returnValueLists = true;
}

class TestRelationsArticle extends CakeTestModel {
Expand Down

0 comments on commit f393d07

Please sign in to comment.