Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 317b76da704c411ebb70e32e247f59dc8d5557cf (plain) (tree)
1
2
3
4
5
6
7
8
9


                                     


                                                                       


                               
                      
                                               
 






                                                                       
 
         
 
                     
 
    







                                                                              
     
 
         
 
                     
 
    


                                                                          
     


       
<html>
<head>
<title>Common Toolbar Buttons</title>
<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
<meta NAME="keywords" content="">
<meta NAME="since" content="">
</head>
<body>
<h2>Common Toolbar Buttons</h2>
<p>Since: 3.2 RC2 <br>
Last Modified: $Date: 2007/09/06 15:23:00 $</p>

<p><b>Purpose:</b> Test the functionality of the various buttons
common to both the Local File History page and the CVS History page</p>

Note: Even though the functionality is the same for both pages, the
tests should be conducted on both an unmanaged file and a CVS file as
each history page has its own respective implementation for the
following actions.

<hr></hr>

<h3>Compare Mode</h3>

<ol>
	<li>With a file history in the History View and the Compare Mode
	button <b>off</b>, click on any revision and verify that it opens that
	revision.</li>
	<li>Click the Compare Mode button <b>on</b> and verify that
	clicking on any local file revision will now bring up the compare
	editor.</li>
	<li>Verify that turning the Compare Mode button off again switches
	back to Open mode.</li>
</ol>

<hr></hr>

<h3>Collapse All</h3>

<ol>
	<li>With a file history in the History View, and the Group by Date
	button <b>on</b>, click the Collapse All button.</li>
	<li>Verify that all of the items in the tree are collapsed.</li>
</ol>

</body>
</html>

Back to the top