Bug 550575 - Linux Tools rpmcreaterepo tests failing in gerrit

- fix ICreaterepoTestConstants NAVIGATOR string to append (Deprecated)

Change-Id: I26b08d4e5da2b7581a97977cd838b35f53470d88
Reviewed-on: https://git.eclipse.org/r/148593
Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
diff --git a/rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java b/rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java
index 2b9a745..deb95d6 100644
--- a/rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java
+++ b/rpm/org.eclipse.linuxtools.rpm.createrepo.tests/src/org/eclipse/linuxtools/internal/rpm/createrepo/form/tests/ICreaterepoTestConstants.java
@@ -53,7 +53,7 @@
      */
     String WELCOME_VIEW = "Welcome"; //$NON-NLS-1$
     String GENERAL_NODE = "General"; //$NON-NLS-1$
-    String NAVIGATOR = "Navigator"; //$NON-NLS-1$
+    String NAVIGATOR = "Navigator (Deprecated)"; //$NON-NLS-1$
 
     /*
      * Project Wizard Specific Stuff