aboutsummaryrefslogtreecommitdiff
path: root/tests/index.php
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-05-12 10:33:03 -0300
committerSilvio <silvio@devlet.com.br>2010-05-12 10:33:03 -0300
commit5e842b0327e60fae0901b793f76c9be4ec6399cb (patch)
tree442185228e94df6da499ccc8997dd6d121120e30 /tests/index.php
parent9631b8c9aa001bf61c9309fe1e016d8f94c752aa (diff)
downloadcinisis-5e842b0327e60fae0901b793f76c9be4ec6399cb.tar.gz
cinisis-5e842b0327e60fae0901b793f76c9be4ec6399cb.tar.bz2
Minor change
Diffstat (limited to 'tests/index.php')
-rw-r--r--tests/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.php b/tests/index.php
index 27b3993..5a14f22 100644
--- a/tests/index.php
+++ b/tests/index.php
@@ -21,7 +21,7 @@ $isis = new CinisisDb();
// Test connection.
if ($isis->db) {
- $result = $isis->db->read(430);
+ $result = $isis->db->read(1);
$rows = $isis->db->rows();
// Format output.