aboutsummaryrefslogtreecommitdiffstats
path: root/test/database.conf
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2012-02-09 13:20:23 -0500
committerBrian Cully <bjc@kublai.com>2012-02-09 13:20:23 -0500
commit15f39a3daaf5d128b2be9fb02c1a5e932af02d68 (patch)
tree9a2f260c689ef8e5f41918c1447d9853b6155fe1 /test/database.conf
parent38aafd74afeec8092b6329ac80e9bd2ecc69fb79 (diff)
downloadmysqlerl-15f39a3daaf5d128b2be9fb02c1a5e932af02d68.tar.gz
mysqlerl-15f39a3daaf5d128b2be9fb02c1a5e932af02d68.zip
Convert tabs to spaces.
Diffstat (limited to 'test/database.conf')
-rw-r--r--test/database.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/database.conf b/test/database.conf
index 61b208d..a9c0e90 100644
--- a/test/database.conf
+++ b/test/database.conf
@@ -1,10 +1,10 @@
%% -*- Erlang -*-
{db_info, [{name, "mysqlerl_test"},
- {host, "localhost"},
- {port, undefined},
- {username, "root"},
- {password, undefined},
- {options, []}]}.
+ {host, "localhost"},
+ {port, undefined},
+ {username, "root"},
+ {password, undefined},
+ {options, []}]}.
{insert_data, "INSERT INTO user (username, password) VALUES (bjc, MD5('test')), (siobain, MD5('test2'))"}.