Index: /trunk/pstamp/test/test_lookup.pl
===================================================================
--- /trunk/pstamp/test/test_lookup.pl	(revision 20112)
+++ /trunk/pstamp/test/test_lookup.pl	(revision 20113)
@@ -53,4 +53,6 @@
 }
 
+$class_id = "null" if !defined($class_id);
+
 my $results = locate_images($ipprc, $image_db, $req_type, $img_type, $id, $class_id,
             $x, $y, $mjd_min, $mjd_max, $filter, $verbose);
@@ -67,4 +69,9 @@
     print "\tweight: $i->{weight}\n" if $i->{weight};
     print "\tastrom: $i->{astrom}\n" if $i->{astrom};
+    if ($img_type ne "stack") {
+        print "\tcamera: $i->{camera}\n";
+        print "\texp_id: $i->{exp_id}\n";
+        print "\texp_name: $i->{exp_name}\n";
+    }
 }
 
