<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -581,6 +581,9 @@ class test_tvdb(unittest.TestCase):
         Hopefully no-one creates a show called &quot;the fake show thingy&quot;..
         &quot;&quot;&quot;
         self.assertRaises(tvdb_shownotfound, lambda:self.t['the fake show thingy'])
+    
+    def test_episodenotfound(self):
+        self.assertRaises(tvdb_episodenotfound, lambda:self.t['Scrubs'][1][30])
 
     def test_attributenamenotfound(self):
         &quot;&quot;&quot;</diff>
      <filename>tvdb_api.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6ef8d9fd3f77edc81df98a8cb62371d4ef69fb90</id>
    </parent>
  </parents>
  <author>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </author>
  <url>http://github.com/dbr/tvdb_api/commit/85140aa56acbf376c411d28d396fff3bb98cff94</url>
  <id>85140aa56acbf376c411d28d396fff3bb98cff94</id>
  <committed-date>2008-09-27T06:13:16-07:00</committed-date>
  <authored-date>2008-09-27T06:13:16-07:00</authored-date>
  <message>Test for episodenotfound</message>
  <tree>d12b4dd09a2c9ae615882d8cdfa849d11c5ea05d</tree>
  <committer>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </committer>
</commit>
