Index: trunk/pstamp/test/detect_query_create
===================================================================
--- trunk/pstamp/test/detect_query_create	(revision 18735)
+++ trunk/pstamp/test/detect_query_create	(revision 18736)
@@ -26,5 +26,5 @@
 
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
-pod2usage( -msg => "Required options: --input --output --query_id",
+pod2usage( -msg => "Required options: --input --output",
            -exitval => 3) unless defined $input and defined $output;
 
@@ -224,6 +224,6 @@
             $line_num++;
             chomp $line;
+            next if !$line;             # skip blank lines
             next if ($line =~ /^#/);    # skip comment lines
-            next if !$line;             # skip blank lines
             my @vals = split /$sep/, $line;
             my $nvals = @vals;
@@ -244,6 +244,6 @@
         chomp $line;
         $line_num++;
+        next if !$line;             # skip blank lines
         next if ($line =~ /^#/);    # skip comment lines
-        next if !$line;             # skip blank lines
 
         my @vals = split /$sep/, $line;
