Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
--TEST--
2
DB_driver::sequences
3
--INI--
4
error_reporting = 2047
5
--SKIPIF--
6
<?php
7
error_reporting(E_ALL);
8
chdir(dirname(__FILE__));
9
require_once './skipif.inc';
10
$tableInfo = $db->dropSequence('ajkdslfajoijkadie');
11
if (DB::isError($tableInfo) && $tableInfo->code == DB_ERROR_NOT_CAPABLE) {
12
    die("skip $tableInfo->message");
13
}
14
?>
15
--FILE--
16
<?php
17
require_once './connect.inc';
18
require_once '../sequences.inc';
19
?>
20
--EXPECT--
21
an error is the proper response here
22
an error cought by the error handler is good
23
a=1
24
b=2
25
b-a=1
26
c=1
27
d=1
28
e=1