<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,10 +40,10 @@ class XMLParserTest(unittest.TestCase):
                     ' If I can just stop tweeting...'
                     ' TWITTER IS LIKE CRACK!', e.title)
                 ts.assertEquals(
-                    '&lt;a href=&quot;http://twitter.com/americac2c&quot;&gt;'
-                    '@americac2c&lt;/a&gt; getting ready to go out '
+                    '&amp;lt;a href=&quot;http://twitter.com/americac2c&quot;&amp;gt;'
+                    '@americac2c&amp;lt;/a&amp;gt; getting ready to go out '
                     'to run errands... If I can just stop tweeting... '
-                    '&lt;b&gt;TWITTER&lt;/b&gt; IS LIKE CRACK!',
+                    '&amp;lt;b&amp;gt;TWITTER&amp;lt;/b&amp;gt; IS LIKE CRACK!',
                      e.content)
         self.parse_test('search.atom', txml.Feed(gotEntry))
 
@@ -51,7 +51,7 @@ class XMLParserTest(unittest.TestCase):
         ts=self
         def gotEntry(e):
             if e.id == 'tag:search.twitter.com,2005:1229915194':
-                ts.assertEquals('&lt;a href=&quot;http://www.twhirl.org/&quot;&gt;twhirl&lt;/a&gt;',
+                ts.assertEquals('&amp;lt;a href=&quot;http://www.twhirl.org/&quot;&amp;gt;twhirl&amp;lt;/a&amp;gt;',
                                 e.twitter_source)
         self.parse_test('new-search.atom', txml.Feed(gotEntry))
 </diff>
      <filename>test/txml_test.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0c099edb08771ea3bfc77b761528d01b40cc70ce</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/twitty-twister/commit/ba961b955e459077ffa1b4c6d17ab1f7ad404c79</url>
  <id>ba961b955e459077ffa1b4c6d17ab1f7ad404c79</id>
  <committed-date>2009-10-20T18:01:18-07:00</committed-date>
  <authored-date>2009-10-20T18:01:18-07:00</authored-date>
  <message>Revert &quot;Fix tests broken with 9c48463260d88cd20ff9bec43fbe654887fc9d38&quot;

This reverts commit 8651151a5f4dfb3f5f62d823d0dca987ee4ff57c.

Rolling back the change rebroke the tests.  :/</message>
  <tree>cce2e137867ddda7e799fb125e8548f844021643</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
