doc/classes/TC_CVSImport.src/M000026.html in autobuild-0.5.1 vs doc/classes/TC_CVSImport.src/M000026.html in autobuild-0.6
- old
+ new
@@ -3,20 +3,19 @@
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>setup (TC_CVSImport)</title>
+ <title>teardown (TC_CVSImport)</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_cvs.rb, line 14</span>
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setup</span>
- <span class="ruby-identifier">$PROGRAMS</span> = {}
+ <pre><span class="ruby-comment cmt"># File test/test_import_cvs.rb, line 22</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">teardown</span>
+ <span class="ruby-identifier">$PROGRAMS</span> = <span class="ruby-keyword kw">nil</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-identifier">$LOGDIR</span> = <span class="ruby-keyword kw">nil</span>
+ <span class="ruby-constant">TestTools</span>.<span class="ruby-identifier">clean</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>
\ No newline at end of file