doc/classes/CacheAndCollections.src/M000377.html in ripxplore-0.15.1 vs doc/classes/CacheAndCollections.src/M000377.html in ripxplore-0.16.1

- old
+ new

@@ -3,19 +3,20 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <title>test_filetype_collections (CacheAndCollections)</title> + <title>test_random_filecache (CacheAndCollections)</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_cache_and_collections.rb, line 5</span> - <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_filetype_collections</span> - <span class="ruby-identifier">image_has_collection_of</span>(<span class="ruby-value str">&quot;http://mirrors.apple2.org.za/ftp.apple.asimov.net/images/graphics/printshop/Print%20Shop%20Graphics%20Library%20-%20Volume%201%20-%20Back.dsk&quot;</span>,<span class="ruby-identifier">:pictures</span>) - <span class="ruby-identifier">image_has_collection_of</span>(<span class="ruby-value str">&quot;http://www.atariarchives.org/oldhackers/OHJF95A.ATR&quot;</span>,<span class="ruby-identifier">:texts</span>) - <span class="ruby-identifier">image_has_collection_of</span>(<span class="ruby-value str">&quot;http://mirrors.apple2.org.za/landover.no-ip.com/Applications/Agriculture%20(19xx)(-).dsk&quot;</span>,<span class="ruby-identifier">:listings</span>) - + <pre><span class="ruby-comment cmt"># File test/tc_cache_and_collections.rb, line 24</span> + <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_random_filecache</span> + <span class="ruby-identifier">file_cache</span>.<span class="ruby-identifier">make_file_system_image_list</span> + <span class="ruby-identifier">assert_not_nil</span>(<span class="ruby-identifier">file_cache</span>.<span class="ruby-identifier">file_system_image_urls_in_cache</span>) + <span class="ruby-identifier">assert_not_nil</span>(<span class="ruby-identifier">file_cache</span>.<span class="ruby-identifier">random_file_system_image</span>) + <span class="ruby-identifier">assert_not_equal</span>(<span class="ruby-value">0</span>,<span class="ruby-identifier">file_cache</span>.<span class="ruby-identifier">random_file_system_image</span>(<span class="ruby-identifier">:pictures</span>).<span class="ruby-identifier">pictures</span>) + <span class="ruby-identifier">assert_not_equal</span>(<span class="ruby-value">0</span>,<span class="ruby-identifier">file_cache</span>.<span class="ruby-identifier">random_file_system_image</span>(<span class="ruby-identifier">:texts</span>).<span class="ruby-identifier">texts</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file