diff --git a/core/trunk/core/tests/class/ViewController.php b/core/trunk/core/tests/class/ViewController.php
index 170cc608229ad51b9b107f56dd9e30e8b8d86e9c..17c776110219fa1eb1394c37e132142124a576f4 100644
--- a/core/trunk/core/tests/class/ViewController.php
+++ b/core/trunk/core/tests/class/ViewController.php
@@ -62,6 +62,12 @@ class ViewController
         return $labels;
     }
     
+    function getImgs()
+    {
+        $imgs = $this->query("//img");
+        return $imgs;
+    }
+    
     function getTableHeaderCols()
     {
         $th = $this->query("//th[@axis]");