Defect #31507 » 0001-Remove-trailing-whitespaces-freom-test_partials_with.patch
test/unit/lib/redmine/unified_diff_test.rb | ||
---|---|---|
95 | 95 |
+++ test.new.txt Wed Feb 15 16:11:25 2012 |
96 | 96 |
@@ -1,5 +1,5 @@ |
97 | 97 |
Semicolons were mysteriously appearing in code diffs in the repository |
98 |
|
|
98 | ||
99 | 99 |
-void DoSomething(std::auto_ptr<MyClass> myObj) |
100 | 100 |
+void DoSomething(const MyClass& myObj) |
101 |
|
|
101 | ||
102 | 102 |
DIFF |
103 | 103 | |
104 | 104 |
diff = Redmine::UnifiedDiff.new(raw, :type => 'sbs') |