Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aa860df5efa912518eb2a3643d5b07f332822a6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<title>Pin History View</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>Pin History View</h2>
<p>Since: 3.2 RC2<br>
Last Modified: $Date: 2007/05/18 13:54:37 $</p>

<p><b>Purpose:</b> Test the pinning behavior of the history view.</p>

<h3>Simple Pinning</h3>

<ol>
	<li>With a file history in the History View, hit the Pin button.</li>
	<li>DND a file onto the pinned history view.</li>
	<li>Verify that a new history view instance opens with the history
	of the new file displayed.</li>
	<li>Drag another file onto the pinned instance and verify that it
	too goes to the new unpinned view.</li>
</ol>
<p>Repeat the above using both a CVS file and an unmanaged file.</p>

<h3>More Pinning</h3>
<p>If a one of the views already contains a file, that file should
always update the pinned view.</p>

<ol>
	<li>With a file history in the History View, hit the Pin button.</li>
	<li>DND a file onto the pinned history view.</li>
	<li>Verify that a new history view instance opens with the history
	of the new file displayed.</li>
	<li>Now show the history for the original file in the pinned view.
	The pin view should come to the fore front.</li>
</ol>

</body>
</html>

Back to the top