Index: tests/potx.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/potx/tests/Attic/potx.test,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 potx.test
--- tests/potx.test	20 Oct 2009 15:49:36 -0000	1.1.2.2
+++ tests/potx.test	15 Feb 2010 10:46:32 -0000
@@ -198,9 +198,9 @@ class PotxTestCase extends DrupalWebTest
     ob_start();
     _potx_write_files('potx-test.po');
     $this->potx_output = ob_get_clean();
-    // $this->pass(var_export($this->potx_output, TRUE));
+    //debug(var_export($this->potx_output, TRUE));
     $this->potx_status = potx_status('get', TRUE);
-    // $this->pass(var_export($this->potx_status, TRUE));
+    //debug(var_export($this->potx_status, TRUE));
 }
   
   /**
@@ -230,7 +230,7 @@ class PotxTestCase extends DrupalWebTest
     if (!$message) {
       $message = t('MsgID "@raw" in context "@context" found', array('@raw' => check_plain($string), '@context' => check_plain($context)));
     }
-    $this->assert(strpos($this->potx_output, 'msgid "'. _potx_format_quoted_string('"'. $string . '"') .'"'. "\nmsgctxt \"". _potx_format_quoted_string('"'. $context . '"') . '"') !== FALSE, $message, $group);
+    $this->assert(strpos($this->potx_output, 'msgctxt "'. _potx_format_quoted_string('"'. $context . '"') . "\"\nmsgid \"". _potx_format_quoted_string('"'. $string . '"') .'"') !== FALSE, $message, $group);
   }
 
   /**
