test/tc/path_parts.rb in rio-0.4.1 vs test/tc/path_parts.rb in rio-0.4.2
- old
+ new
@@ -24,10 +24,11 @@
@fs_drive_paths = self.class.fs_drive_paths()
@fs_unc_paths = self.class.fs_unc_paths()
@fs_paths = @fs_basic_paths + @fs_url_paths + @fs_drive_paths + @fs_unc_paths
@http_paths = self.class.http_paths()
@ftp_paths = self.class.ftp_paths()
- @uri_paths = @http_paths + @ftp_paths
+ #@uri_paths = @http_paths + @ftp_paths
+ @uri_paths = @http_paths
@all_paths = @fs_paths + @uri_paths
end
def self.fs_basic_paths()
tops = %w{/}