Sha256: cf378b0368df887839d4963edff944eb311e0f2df0e6b7d597404acaa6244558
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 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>setup (TC_SVNImport)</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_svn.rb, line 13</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setup</span> <span class="ruby-identifier">$PROGRAMS</span> = {} <span class="ruby-identifier">$UPDATE</span> = <span class="ruby-keyword kw">true</span> <span class="ruby-identifier">$LOGDIR</span> = <span class="ruby-node">"#{TestTools.tempdir}/log"</span> <span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">mkdir_p</span>(<span class="ruby-identifier">$LOGDIR</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_SVNImport.src/M000005.html |
autobuild-0.6 | doc/classes/TC_SVNImport.src/M000017.html |