Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2019-09-25 04:46:17 +0000
committerEd Merks2019-09-25 10:21:57 +0000
commita9d35b32a663fa8ca3629b31ce1b6d346196b22e (patch)
treeceee25b0dd20c27edec5443b8885e3fa75351c37 /tests/org.eclipse.compare.tests/patchdata/context_full.txt
parent9569b75535b8052a007ed309eee4b2053dc8861c (diff)
downloadeclipse.platform.team-a9d35b32a663fa8ca3629b31ce1b6d346196b22e.tar.gz
eclipse.platform.team-a9d35b32a663fa8ca3629b31ce1b6d346196b22e.tar.xz
eclipse.platform.team-a9d35b32a663fa8ca3629b31ce1b6d346196b22e.zip
Bug 551438 - Fix files that have ended up with CRLF in the git
repository Fix PatchBuilderTest to adjust expectations based on the line delimiter of the input file. Fix PatchUITest so that it passes on Windows when the expected input is already using CRLF. Change-Id: I6a397114f410feceb5791644591b76cd2e0bb11b Signed-off-by: Ed Merks <ed.merks@gmail.com>
Diffstat (limited to 'tests/org.eclipse.compare.tests/patchdata/context_full.txt')
-rw-r--r--tests/org.eclipse.compare.tests/patchdata/context_full.txt102
1 files changed, 51 insertions, 51 deletions
diff --git a/tests/org.eclipse.compare.tests/patchdata/context_full.txt b/tests/org.eclipse.compare.tests/patchdata/context_full.txt
index ff06fcb44..6646db5ef 100644
--- a/tests/org.eclipse.compare.tests/patchdata/context_full.txt
+++ b/tests/org.eclipse.compare.tests/patchdata/context_full.txt
@@ -1,52 +1,52 @@
-[a]
-[b]
-[c]
-[d]
-[e]
-[f]
-[g]
-[h]
-[i]
-[j]
-[k]
-[l]
-[m]
-[n]
-[o]
-[p]
-[q]
-[r]
-[s]
-[t]
-[u]
-[v]
-[w]
-[x]
-[y]
-[z]
-[A]
-[B]
-[C]
-[D]
-[E]
-[F]
-[G]
-[H]
-[I]
-[J]
-[K]
-[L]
-[M]
-[N]
-[O]
-[P]
-[Q]
-[R]
-[S]
-[T]
-[U]
-[V]
-[W]
-[X]
-[Y]
+[a]
+[b]
+[c]
+[d]
+[e]
+[f]
+[g]
+[h]
+[i]
+[j]
+[k]
+[l]
+[m]
+[n]
+[o]
+[p]
+[q]
+[r]
+[s]
+[t]
+[u]
+[v]
+[w]
+[x]
+[y]
+[z]
+[A]
+[B]
+[C]
+[D]
+[E]
+[F]
+[G]
+[H]
+[I]
+[J]
+[K]
+[L]
+[M]
+[N]
+[O]
+[P]
+[Q]
+[R]
+[S]
+[T]
+[U]
+[V]
+[W]
+[X]
+[Y]
[Z] \ No newline at end of file

Back to the top