/[drupal]/contributions/modules/import_html/import_html.test
ViewVC logotype

Diff of /contributions/modules/import_html/import_html.test

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1, Sun May 17 15:12:46 2009 UTC revision 1.1.2.2, Wed Jul 1 02:40:56 2009 UTC
# Line 41  class import_htmlTestCase extends Drupal Line 41  class import_htmlTestCase extends Drupal
41      // Delete import temp files      // Delete import temp files
42    
43      // Finally...      // Finally...
44      parent::tearDown();  #    parent::tearDown();
45    }    }
46    
47    /**    /**
# Line 141  class import_htmlTestCase extends Drupal Line 141  class import_htmlTestCase extends Drupal
141    
142      $this->assertText(      $this->assertText(
143        "Step 3 of 3",        "Step 3 of 3",
144        "Submitted and successfully processed all import files IN BATCH! Got as far as the results page summary."        "Submitted and successfully processed all import files in one go. Got as far as the results page summary."
145      );      );
146    
147  $this->pass($this->drupalGetContent());  $this->pass($this->drupalGetContent());
# Line 174  $this->pass($this->drupalGetContent()); Line 174  $this->pass($this->drupalGetContent());
174    
175      $this->assertText(      $this->assertText(
176        "Step 3 of 3",        "Step 3 of 3",
177        "Submitted and successfully processed all import files! Got as far as the results page summary."        "Submitted and successfully processed all import files in BATCH mode. Got as far as the results page summary."
178      );      );
179    
180  $this->pass($this->drupalGetContent());  $this->pass($this->drupalGetContent());

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2