<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/html5/test_sanitizer.rb</filename>
    </added>
    <added>
      <filename>test/test_microsofty.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -22,7 +22,7 @@ require 'rake/testtask'
 Rake::TestTask.new do |t|
   t.libs &lt;&lt; 'lib'
   t.libs &lt;&lt; 'test'
-  t.test_files = FileList['test/*.rb']
+  t.test_files = FileList['test/**/*.rb']
   t.verbose = true
   t.warning = true 
 end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -8,72 +8,6 @@ end
 
 class TestBasic &lt; Test::Unit::TestCase
 
-  MSWORD_HTML = &lt;&lt;-EOHTML
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;meta name=&quot;ProgId&quot; content=&quot;Word.Document&quot;&gt;&lt;meta name=&quot;Generator&quot; content=&quot;Microsoft Word 11&quot;&gt;&lt;meta name=&quot;Originator&quot; content=&quot;Microsoft Word 11&quot;&gt;&lt;link rel=&quot;File-List&quot; href=&quot;file:///C:%5CDOCUME%7E1%5CNICOLE%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml&quot;&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
-&lt;w:WordDocument&gt;
- &lt;w:View&gt;Normal&lt;/w:View&gt;
- &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
- &lt;w:PunctuationKerning/&gt;
- &lt;w:ValidateAgainstSchemas/&gt;
- &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
- &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
- &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
- &lt;w:Compatibility&gt;
-  &lt;w:BreakWrappedTables/&gt;
-  &lt;w:SnapToGridInCell/&gt;
-  &lt;w:WrapTextWithPunct/&gt;
-  &lt;w:UseAsianBreakRules/&gt;
-  &lt;w:DontGrowAutofit/&gt;
- &lt;/w:Compatibility&gt;
- &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
-&lt;/w:WordDocument&gt;
-&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
-&lt;w:LatentStyles DefLockedState=&quot;false&quot; LatentStyleCount=&quot;156&quot;&gt;
-&lt;/w:LatentStyles&gt;
-&lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt;
-&lt;!--
-/* Style Definitions */
-p.MsoNormal, li.MsoNormal, div.MsoNormal
-{mso-style-parent:&quot;&quot;;
-margin:0in;
-margin-bottom:.0001pt;
-mso-pagination:widow-orphan;
-font-size:12.0pt;
-font-family:&quot;Times New Roman&quot;;
-mso-fareast-font-family:&quot;Times New Roman&quot;;}
-@page Section1
-{size:8.5in 11.0in;
-margin:1.0in 1.25in 1.0in 1.25in;
-mso-header-margin:.5in;
-mso-footer-margin:.5in;
-mso-paper-source:0;}
-div.Section1
-{page:Section1;}
---&gt;
-&lt;/style&gt;&lt;!--[if gte mso 10]&gt;
-&lt;style&gt;
-/* Style Definitions */
-table.MsoNormalTable
-{mso-style-name:&quot;Table Normal&quot;;
-mso-tstyle-rowband-size:0;
-mso-tstyle-colband-size:0;
-mso-style-noshow:yes;
-mso-style-parent:&quot;&quot;;
-mso-padding-alt:0in 5.4pt 0in 5.4pt;
-mso-para-margin:0in;
-mso-para-margin-bottom:.0001pt;
-mso-pagination:widow-orphan;
-font-size:10.0pt;
-font-family:&quot;Times New Roman&quot;;
-mso-ansi-language:#0400;
-mso-fareast-language:#0400;
-mso-bidi-language:#0400;}
-&lt;/style&gt;
-&lt;![endif]--&gt;
-
-&lt;p class=&quot;MsoNormal&quot;&gt;Foo &lt;b style=&quot;&quot;&gt;BOLD&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;
-  EOHTML
-
   def test_nil
     assert_nil Dryopteris.sanitize(nil)
   end
@@ -145,14 +79,4 @@ mso-bidi-language:#0400;}
     assert_equal &quot;&lt;p&gt;safe&lt;/p&gt;&lt;b&gt;description&lt;/b&gt;&quot;, whitewashed
   end
 
-  def test_whitewash_fragment_on_microsofty_markup
-    whitewashed = Dryopteris.whitewash(MSWORD_HTML.chomp)
-    assert_equal &quot;&lt;p&gt;Foo &lt;b&gt;BOLD&lt;/b&gt;&lt;/p&gt;&quot;, whitewashed
-  end
-
-  def test_whitewash_on_microsofty_markup
-    whitewashed = Dryopteris.whitewash_document(MSWORD_HTML)
-    assert_equal &quot;&lt;p&gt;Foo &lt;b&gt;BOLD&lt;/b&gt;&lt;/p&gt;&quot;, whitewashed
-  end
-
 end</diff>
      <filename>test/test_basic.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/test_sanitizer.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4be579c391358d2860cf0233b073fc41d628fb3a</id>
    </parent>
  </parents>
  <author>
    <name>Mike Dalessio</name>
    <email>mike@csa.net</email>
  </author>
  <url>http://github.com/brynary/dryopteris/commit/b91ca7a8dfcebf915f4b8c2f03c544371358388a</url>
  <id>b91ca7a8dfcebf915f4b8c2f03c544371358388a</id>
  <committed-date>2009-05-27T05:36:27-07:00</committed-date>
  <authored-date>2009-05-27T05:36:27-07:00</authored-date>
  <message>refactored some tests, and added the HTML5 license to that project's test_sanitization.rb file.</message>
  <tree>5787d5244b14c76a93b8f75f64d447b7b0fdbdfe</tree>
  <committer>
    <name>Mike Dalessio</name>
    <email>mike@csa.net</email>
  </committer>
</commit>
