[Jifty-commit] r5755 - Jifty-DBI/branches/tisql/t/tisql

Jifty commits jifty-commit at lists.jifty.org
Tue Aug 19 04:34:58 EDT 2008


Author: ruz
Date: Tue Aug 19 04:34:53 2008
New Revision: 5755

Modified:
   Jifty-DBI/branches/tisql/t/tisql/searches_tags.t

Log:
* tests may also have errors

Modified: Jifty-DBI/branches/tisql/t/tisql/searches_tags.t
==============================================================================
--- Jifty-DBI/branches/tisql/t/tisql/searches_tags.t	(original)
+++ Jifty-DBI/branches/tisql/t/tisql/searches_tags.t	Tue Aug 19 04:34:53 2008
@@ -51,8 +51,8 @@
         # has [no] tags
         ".tags.id IS NULL"     => [qw(a m)],
         ".tags.id IS NOT NULL" => [qw(aa at axy mm mt mqwe)],
-        "has .tags"    => [qw(a m)],
-        "has no .tags" => [qw(aa at axy mm mt mqwe)],
+        "has no .tags"    => [qw(a m)],
+        "has .tags" => [qw(aa at axy mm mt mqwe)],
 
         # has [no] tags and/or type
         ".tags.id IS NULL     AND .type = 'article'" => [qw(a)],


More information about the Jifty-commit mailing list