Fixing issue where test would pass on InnoDB but would fail on MyISAM

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7909 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2008-12-08 20:05:12 +00:00
parent 930a2d954f
commit 2d9f2c5ac8

View file

@ -1657,7 +1657,7 @@ class ThePaper extends CakeTestModel {
* @var array
* @access public
*/
var $hasAndBelongsToMany = array('Monkey' => array('joinTable' => 'the_paper_monkies'));
var $hasAndBelongsToMany = array('Monkey' => array('joinTable' => 'the_paper_monkies', 'order' => 'id'));
}
/**
* Monkey class