Index: branches/version-2_5-dev/test/class/SC_Query_Test.php
===================================================================
--- branches/version-2_5-dev/test/class/SC_Query_Test.php	(revision 18820)
+++ branches/version-2_5-dev/test/class/SC_Query_Test.php	(revision 19730)
@@ -154,5 +154,5 @@
 
         $this->expected = array(1, 2);
-        $this->actual = $this->objQuery->getCol("test_table", "column1",  "id < ?",  array(3));
+        $this->actual = $this->objQuery->getCol("column1", "test_table", "id < ?",  array(3));
 
         $this->verify();
