doc/classes/TestDOSDisks.src/M000015.html in dsktool-0.2.1 vs doc/classes/TestDOSDisks.src/M000015.html in dsktool-0.4.1

- old
+ new

@@ -8,10 +8,10 @@ <title>test_bad_dsks (TestDOSDisks)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> - <pre><span class="ruby-comment cmt"># File test/tc_dos_disks.rb, line 20</span> + <pre><span class="ruby-comment cmt"># File test/backup/tc_dos_disks.rb, line 20</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_bad_dsks</span> <span class="ruby-identifier">assert_raise</span>(<span class="ruby-constant">RuntimeError</span>,<span class="ruby-value str">&quot;short file should throw an error&quot;</span>) {<span class="ruby-identifier">dsk</span>=<span class="ruby-constant">DSK</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">&quot;0&quot;</span><span class="ruby-operator">*</span><span class="ruby-value">100</span>)} <span class="ruby-identifier">assert_raise</span>(<span class="ruby-constant">Errno</span><span class="ruby-operator">::</span><span class="ruby-constant">ENOENT</span>,<span class="ruby-value str">&quot;non existant file should throw an error&quot;</span>) {<span class="ruby-identifier">dsk</span>=<span class="ruby-constant">DSK</span>.<span class="ruby-identifier">read</span>(<span class="ruby-value str">&quot;NonExistantFileName.not&quot;</span>)} <span class="ruby-keyword kw">end</span></pre> </body> \ No newline at end of file