Commit 7b1cc9b6 authored by Andras Janko's avatar Andras Janko Committed by Balazs Grill
Browse files

Bug 574930 Formatter and line ending changes to LF for touched files



Change-Id: I42eb6c83f3a20e17fcce011fc128fbf804970980
Signed-off-by: default avatarAndras Janko <andras.janko@incquerylabs.com>
Signed-off-by: default avatarBalazs Varnai <balazs_varnai@mentor.com>
parent 4fa9416d
Loading
Loading
Loading
Loading
+5268 −5262
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ public class ModelLoadManagerTest extends DefaultIntegrationTestCase {
	 * @throws OperationCanceledException
	 *             Test method for
	 *             {@link ModelLoadManager#unloadProjects(Collection, boolean, org.eclipse.sphinx.emf.metamodel.IMetaModelDescriptor, boolean, org.eclipse.core.runtime.IProgressMonitor)

	 */
	public void testUnloadProjectsWithMMDescriptor() throws Exception {
		/* Creation of test variables */
@@ -387,6 +388,7 @@ public class ModelLoadManagerTest extends DefaultIntegrationTestCase {
	/**
	 * Test method for
	 * {@link ModelLoadManager#unloadProject(IProject, boolean, org.eclipse.sphinx.emf.metamodel.IMetaModelDescriptor, boolean, org.eclipse.core.runtime.IProgressMonitor)

	 */
	public void testUnloadProjectWithMMDescriptor() throws Exception {
		/* Creation of test variables */
@@ -505,6 +507,7 @@ public class ModelLoadManagerTest extends DefaultIntegrationTestCase {
	/**
	 * Test method for
	 * {@link ModelLoadManager#unloadModels(Collection, boolean, org.eclipse.core.runtime.IProgressMonitor)

	 */
	public void testUnloadModels() throws Exception {
		/* Creation of test variables */
@@ -630,6 +633,7 @@ public class ModelLoadManagerTest extends DefaultIntegrationTestCase {
	/**
	 * Test method for
	 * {@link ModelLoadManager#unloadModel(org.eclipse.sphinx.emf.model.IModelDescriptor, boolean, org.eclipse.core.runtime.IProgressMonitor)

	 */
	public void testUnloadModel() throws Exception {
		/* Creation of test variables */
@@ -803,6 +807,7 @@ public class ModelLoadManagerTest extends DefaultIntegrationTestCase {
	/**
	 * Test method for
	 * {@link ModelLoadManager#unloadFiles(Collection, boolean, boolean, org.eclipse.core.runtime.IProgressMonitor)

	 */

	public void testUnloadFiles() throws Exception {
@@ -964,6 +969,7 @@ public class ModelLoadManagerTest extends DefaultIntegrationTestCase {
	/**
	 * Test method for
	 * {@link ModelLoadManager#unloadFiles(Collection, org.eclipse.sphinx.emf.metamodel.IMetaModelDescriptor, boolean, boolean, org.eclipse.core.runtime.IProgressMonitor)

	 */
	public void testUnloadFilesWithMMDescriptor() throws Exception {
		/* Creation of test variables */
+34 −34

File changed.

Contains only whitespace changes.

+107 −107

File changed.

Contains only whitespace changes.

+75 −75

File changed.

Contains only whitespace changes.

+4204 −4204

File changed.

Contains only whitespace changes.

+506 −506

File changed.

Contains only whitespace changes.

+96 −96

File changed.

Contains only whitespace changes.

+106 −106

File changed.

Contains only whitespace changes.

+84 −84

File changed.

Contains only whitespace changes.

+194 −194

File changed.

Contains only whitespace changes.

+1094 −1094

File changed.

Contains only whitespace changes.

Loading