Sha256: a45ebe228760f980509d95f156fbf805ddfc5081ff5371ed30bccb8349ecffb8
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>test_tar_valid_url (TC_TarImporter)</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/test_import_tar.rb, line 43</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_tar_valid_url</span> <span class="ruby-identifier">assert_raise</span>(<span class="ruby-constant">ConfigException</span>) { <span class="ruby-constant">TarImporter</span>.<span class="ruby-identifier">new</span> <span class="ruby-value str">'ccc://localhost/files/tarimport.tar.gz'</span>, <span class="ruby-identifier">:cachedir</span> =<span class="ruby-operator">></span> <span class="ruby-ivar">@cachedir</span> } <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
autobuild-0.5.1 | doc/classes/TC_TarImporter.src/M000011.html |
autobuild-0.6 | doc/classes/TC_TarImporter.src/M000013.html |