Project

General

Profile

Bug #39634 ยป test_39634.diff

Michael Stucki, 2012-08-09 13:41

View differences:

tests/typo3/sysext/cms/tslib/class.tslib_contentTest.php
'SELECT' => 'avg(crdate)',
)
),
'testing #39634: pages.uid, add nothing' => array(
'tt_content',
array(
'selectFields' => 'pages.uid',
),
array(
'SELECT' => 'pages.uid',
)
),
);
return $data;
}
    (1-1/1)