def testGetPathAfterPublicHtmlNoPublicHtml(self):
   self.assertEqual('/home/joe/missing/foo/bar',
       podcast_gen._GetPathAfterPublicHtml('/home/joe/missing/foo/bar'))
 def testGetPathAfterPublicHtml(self):
   self.assertEqual('foo/bar',
       podcast_gen._GetPathAfterPublicHtml('/home/joe/public_html/foo/bar'))