Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 namespace UnitTests 5 namespace UnitTests
6 { 6 {
7 using System; 7 using System;
8 8
9 using EnvDTE; 9 using EnvDTE;
10 using EnvDTE80; 10 using EnvDTE80;
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 debug_, 513 debug_,
514 pageName, 514 pageName,
515 propertyName); 515 propertyName);
516 TestUtilities.AssertPropertyIsNotNullOrEmpty( 516 TestUtilities.AssertPropertyIsNotNullOrEmpty(
517 release_, 517 release_,
518 pageName, 518 pageName,
519 propertyName); 519 propertyName);
520 } 520 }
521 } 521 }
522 } 522 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698