@@ -41,7 +41,7 @@ def test_dcmp(self):
4141 proc ,
4242 textwrap .dedent (
4343 """
44- Items : 9
44+ Items : 12
4545 """
4646 ),
4747 )
@@ -53,11 +53,11 @@ def test_dcmp_after_dsync(self):
5353 proc ,
5454 textwrap .dedent (
5555 """
56- Number of items that exist in both directories: 9 (Src: 9 Dest: 9 )
56+ Number of items that exist in both directories: 12 (Src: 12 Dest: 12 )
5757 Number of items that exist only in one directory: 0 (Src: 0 Dest: 0)
58- Number of items that exist in both directories and have the same type: 9 (Src: 9 Dest: 9 )
58+ Number of items that exist in both directories and have the same type: 12 (Src: 12 Dest: 12 )
5959 Number of items that exist in both directories and have different types: 0 (Src: 0 Dest: 0)
60- Number of items that exist in both directories and have the same content: 9 (Src: 9 Dest: 9 )
60+ Number of items that exist in both directories and have the same content: 12 (Src: 12 Dest: 12 )
6161 Number of items that exist in both directories and have different contents: 0 (Src: 0 Dest: 0)
6262 """
6363 ),
@@ -71,11 +71,11 @@ def test_dcmp_additional_file(self):
7171 proc ,
7272 textwrap .dedent (
7373 """
74- Number of items that exist in both directories: 9 (Src: 9 Dest: 9 )
74+ Number of items that exist in both directories: 12 (Src: 12 Dest: 12 )
7575 Number of items that exist only in one directory: N/A (Src: 0 Dest: 1)
76- Number of items that exist in both directories and have the same type: 9 (Src: 9 Dest: 9 )
76+ Number of items that exist in both directories and have the same type: 12 (Src: 12 Dest: 12 )
7777 Number of items that exist in both directories and have different types: 0 (Src: 0 Dest: 0)
78- Number of items that exist in both directories and have the same content: 9 (Src: 9 Dest: 9 )
78+ Number of items that exist in both directories and have the same content: 12 (Src: 12 Dest: 12 )
7979 Number of items that exist in both directories and have different contents: 0 (Src: 0 Dest: 0)
8080 """
8181 ),
@@ -89,11 +89,11 @@ def test_dcmp_missing_file(self):
8989 proc ,
9090 textwrap .dedent (
9191 """
92- Number of items that exist in both directories: 8 (Src: 8 Dest: 8 )
92+ Number of items that exist in both directories: 11 (Src: 11 Dest: 11 )
9393 Number of items that exist only in one directory: N/A (Src: 1 Dest: 0)
94- Number of items that exist in both directories and have the same type: 8 (Src: 8 Dest: 8 )
94+ Number of items that exist in both directories and have the same type: 11 (Src: 11 Dest: 11 )
9595 Number of items that exist in both directories and have different types: 0 (Src: 0 Dest: 0)
96- Number of items that exist in both directories and have the same content: 8 (Src: 8 Dest: 8 )
96+ Number of items that exist in both directories and have the same content: 11 (Src: 11 Dest: 11 )
9797 Number of items that exist in both directories and have different contents: 0 (Src: 0 Dest: 0)
9898 """
9999 ),
@@ -109,11 +109,11 @@ def test_dcmp_different_type(self):
109109 proc ,
110110 textwrap .dedent (
111111 """
112- Number of items that exist in both directories: 9 (Src: 9 Dest: 9 )
112+ Number of items that exist in both directories: 12 (Src: 12 Dest: 12 )
113113 Number of items that exist only in one directory: 0 (Src: 0 Dest: 0)
114- Number of items that exist in both directories and have the same type: 8 (Src: 8 Dest: 8 )
114+ Number of items that exist in both directories and have the same type: 11 (Src: 11 Dest: 11 )
115115 Number of items that exist in both directories and have different types: 1 (Src: 1 Dest: 1)
116- Number of items that exist in both directories and have the same content: 8 (Src: 8 Dest: 8 )
116+ Number of items that exist in both directories and have the same content: 11 (Src: 11 Dest: 11 )
117117 Number of items that exist in both directories and have different contents: 1 (Src: 1 Dest: 1)
118118 """
119119 ),
@@ -129,11 +129,11 @@ def test_dcmp_different_symlink_target(self):
129129 proc ,
130130 textwrap .dedent (
131131 """
132- Number of items that exist in both directories: 9 (Src: 9 Dest: 9 )
132+ Number of items that exist in both directories: 12 (Src: 12 Dest: 12 )
133133 Number of items that exist only in one directory: 0 (Src: 0 Dest: 0)
134- Number of items that exist in both directories and have the same type: 9 (Src: 9 Dest: 9 )
134+ Number of items that exist in both directories and have the same type: 12 (Src: 12 Dest: 12 )
135135 Number of items that exist in both directories and have different types: 0 (Src: 0 Dest: 0)
136- Number of items that exist in both directories and have the same content: 8 (Src: 8 Dest: 8 )
136+ Number of items that exist in both directories and have the same content: 11 (Src: 11 Dest: 11 )
137137 Number of items that exist in both directories and have different contents: 1 (Src: 1 Dest: 1)
138138 """
139139 ),
@@ -149,11 +149,11 @@ def test_dcmp_different_hardlink_target(self):
149149 proc ,
150150 textwrap .dedent (
151151 """
152- Number of items that exist in both directories: 9 (Src: 9 Dest: 9 )
152+ Number of items that exist in both directories: 12 (Src: 12 Dest: 12 )
153153 Number of items that exist only in one directory: 0 (Src: 0 Dest: 0)
154- Number of items that exist in both directories and have the same type: 9 (Src: 9 Dest: 9 )
154+ Number of items that exist in both directories and have the same type: 12 (Src: 12 Dest: 12 )
155155 Number of items that exist in both directories and have different types: 0 (Src: 0 Dest: 0)
156- Number of items that exist in both directories and have the same content: 8 (Src: 8 Dest: 8 )
156+ Number of items that exist in both directories and have the same content: 11 (Src: 11 Dest: 11 )
157157 Number of items that exist in both directories and have different contents: 1 (Src: 1 Dest: 1)
158158 """
159159 ),
@@ -169,11 +169,11 @@ def test_dcmp_different_content(self):
169169 proc ,
170170 textwrap .dedent (
171171 """
172- Number of items that exist in both directories: 9 (Src: 9 Dest: 9 )
172+ Number of items that exist in both directories: 12 (Src: 12 Dest: 12 )
173173 Number of items that exist only in one directory: 0 (Src: 0 Dest: 0)
174- Number of items that exist in both directories and have the same type: 9 (Src: 9 Dest: 9 )
174+ Number of items that exist in both directories and have the same type: 12 (Src: 12 Dest: 12 )
175175 Number of items that exist in both directories and have different types: 0 (Src: 0 Dest: 0)
176- Number of items that exist in both directories and have the same content: 8 (Src: 8 Dest: 8 )
176+ Number of items that exist in both directories and have the same content: 11 (Src: 11 Dest: 11 )
177177 Number of items that exist in both directories and have different contents: 1 (Src: 1 Dest: 1)
178178 """
179179 ),
0 commit comments