Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2009-06-04 09:40:06 +0000
committerAnton Leherbauer2009-06-04 09:40:06 +0000
commit09830611388e51910d4e91a726c1b44721803f8a (patch)
treea39a5ab9e8f0c76473ccbc00411d77cd798cc37b
parent6feac180b1315df0fbd039b68224c3475112fe8f (diff)
downloadorg.eclipse.cdt-09830611388e51910d4e91a726c1b44721803f8a.tar.gz
org.eclipse.cdt-09830611388e51910d4e91a726c1b44721803f8a.tar.xz
org.eclipse.cdt-09830611388e51910d4e91a726c1b44721803f8a.zip
F
-rw-r--r--core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java
index 5adb70d52cf..d62cec81f4b 100644
--- a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java
+++ b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2007 Wind River Systems, Inc. and others.
+ * Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
*
* Contributors:
* Anton Leherbauer (Wind River Systems) - initial API and implementation
+ * Andrew Eidsness - fix and test for bug 278632
*******************************************************************************/
package org.eclipse.cdt.ui.tests.text;

Back to the top