diff --git a/java/java-tests/testSrc/com/intellij/refactoring/MoveClassToInnerTest.java b/java/java-tests/testSrc/com/intellij/refactoring/MoveClassToInnerTest.java
index 3b894f767ce0..078fd8974294 100644
--- a/java/java-tests/testSrc/com/intellij/refactoring/MoveClassToInnerTest.java
+++ b/java/java-tests/testSrc/com/intellij/refactoring/MoveClassToInnerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2012 JetBrains s.r.o.
+ * Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -102,7 +102,7 @@ public class MoveClassToInnerTest extends RefactoringTestCase {
}
public void testPackageLocalClass() throws Exception {
- doTestConflicts("pack1.Class1", "pack2.A", "Field Class1.c2 uses a package-local class pack1.Class2.");
+ doTestConflicts("pack1.Class1", "pack2.A", "Field Class1.c2 uses package-local class pack1.Class2");
}
public void testMoveIntoPackageLocalClass() throws Exception {