projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bdf5320
)
Fix invalid ORDER BY hash key test
Dagfinn Ilmari Mannsåker [Tue, 3 Dec 2013 17:23:36 +0000 (17:23 +0000)]
t/06order_by.t
patch
|
blob
|
blame
|
history
diff --git
a/t/06order_by.t
b/t/06order_by.t
index
1017ce5
..
18ba067
100644
(file)
--- a/
t/06order_by.t
+++ b/
t/06order_by.t
@@
-158,7
+158,7
@@
throws_ok (
throws_ok(
sub { $sql->_order_by({-wibble => "fleem" }) },
- qr/invalid key in hash/,
+ qr/invalid key -wibble in hash/,
'Invalid order exception',
);