remove deprecated files
authorioguix <ioguix>
Sat, 16 Feb 2008 20:47:14 +0000 (20:47 +0000)
committerioguix <ioguix>
Sat, 16 Feb 2008 20:47:14 +0000 (20:47 +0000)
selenium/tests/create_domain.php [deleted file]
selenium/tests/create_fk.php [deleted file]

diff --git a/selenium/tests/create_domain.php b/selenium/tests/create_domain.php
deleted file mode 100644 (file)
index 602c4ce..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-<?php require('./config.inc.php') ?>
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>New Test</title>
-</head>
-<body>
-<table cellpadding="1" cellspacing="1" border="1">
-<thead>
-<tr><td rowspan="1" colspan="3">Create domai "year"</td></tr>
-</thead><tbody>
-<?php include('login.php') ?>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['strdatabases'] ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $testdb ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['strschemas'] ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=public</td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['strdomains'] ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['strcreatedomain'] ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>type</td>
-       <td>domname</td>
-       <td>year</td>
-</tr>
-<tr>
-       <td>select</td>
-       <td>domtype</td>
-       <td>label=integer</td>
-</tr>
-<tr>
-       <td>type</td>
-       <td>domcheck</td>
-       <td>VALUE &gt;= 1901 AND VALUE &lt;= 2155</td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>//input[@value='Create']</td>
-       <td></td>
-</tr>
-<tr>
-       <td>assertText</td>
-       <td>//p[@class='message']</td>
-       <td><?php echo $lang['strdomaincreated'] ?></td>
-</tr>
-<?php include('logout.php'); ?>
-</tbody></table>
-</body>
-</html>
diff --git a/selenium/tests/create_fk.php b/selenium/tests/create_fk.php
deleted file mode 100644 (file)
index 479b1c2..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-<?php require('./config.inc.php') ?>
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>New Test</title>
-</head>
-<body>
-<table cellpadding="1" cellspacing="1" border="1">
-<thead>
-<tr><td rowspan="1" colspan="3">Create table public.student</td></tr>
-</thead><tbody>
-<?php include('login.php') ?>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['strdatabases'] ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $testdb ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['strschemas'] ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=public</td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['strtables'] ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=student</td>
-       <td></td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['strconstraints'] ?></td>
-       <td></td>
-</tr>
-
-<tr>
-       <td>clickAndWait</td>
-       <td>link=<?php echo $lang['straddfk'] ?></td>
-       <td></td>
-</tr>
-<tr>
-       <td>type</td>
-       <td>name</td>
-       <td>student_id_promo_fk</td>
-</tr>
-<tr>
-       <td>addSelection</td>
-       <td>TableColumnList</td>
-       <td>label=id_promo</td>
-</tr>
-<tr>
-       <td>click</td>
-       <td>add</td>
-       <td></td>
-</tr>
-<tr>
-       <td>select</td>
-       <td>target</td>
-       <td>label=promo</td>
-</tr>
-<tr>
-       <td>select</td>
-       <td>target</td>
-       <td>label=promo</td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>//input[@value='Add']</td>
-       <td></td>
-</tr>
-<tr>
-       <td>addSelection</td>
-       <td>TableColumnList</td>
-       <td>label=id</td>
-</tr>
-<tr>
-       <td>click</td>
-       <td>add</td>
-       <td></td>
-</tr>
-<tr>
-       <td>select</td>
-       <td>upd_action</td>
-       <td>label=CASCADE</td>
-</tr>
-<tr>
-       <td>select</td>
-       <td>del_action</td>
-       <td>label=RESTRICT</td>
-</tr>
-<tr>
-       <td>clickAndWait</td>
-       <td>//input[@value='Add']</td>
-       <td></td>
-</tr>
-<tr>
-       <td>assertText</td>
-       <td>//p[@class='message']</td>
-       <td><?php echo $lang['strfkadded'] ?></td>
-</tr>
-<?php include('logout.php'); ?>
-</tbody></table>
-</body>
-</html>