##// END OF EJS Templates
pytest: Fix the user login function....
pytest: Fix the user login function. - Pyramid doesn't expose the session as pylons does it as `response.session` - Therefore we have to look it up in the environ.

File last commit:

r1:854a839a default
r41:6cf4cae4 default
Show More
hg_diff_four_file_change_newline.diff
24 lines | 419 B | text/x-diff | DiffLexer
/ rhodecode / tests / fixtures / hg_diff_four_file_change_newline.diff
diff --git a/file b/file
new file mode 100644
--- /dev/null
+++ b/file
@@ -0,0 +1,1 @@
+file
diff --git a/file2 b/file2
new file mode 100644
--- /dev/null
+++ b/file2
@@ -0,0 +1,1 @@
+another line
diff --git a/file3 b/file3
new file mode 100644
--- /dev/null
+++ b/file3
@@ -0,0 +1,1 @@
+newline
diff --git a/file4 b/file4
new file mode 100644
--- /dev/null
+++ b/file4
@@ -0,0 +1,1 @@
+fil4
\ No newline at end of file