[kune-commits] r980 - in trunk/src/test/java/org/ourproject/kune:
platf/integration/selenium workspace/client
workspace/client/entityheader
vjrj
vjrj at ourproject.org
Wed Dec 3 12:25:51 CET 2008
Author: vjrj
Date: 2008-12-03 12:25:34 +0100 (Wed, 03 Dec 2008)
New Revision: 980
Added:
trunk/src/test/java/org/ourproject/kune/workspace/client/entityheader/
Removed:
trunk/src/test/java/org/ourproject/kune/workspace/client/entitylogo/
Modified:
trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/ContentAddSeleniumTest.java
trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/EntityLogoSeleniumTest.java
trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/NewGroupSeleniumTest.java
trunk/src/test/java/org/ourproject/kune/workspace/client/entityheader/EntityLogoPresenterTest.java
Log:
svn problem renaming package
Modified: trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/ContentAddSeleniumTest.java
===================================================================
--- trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/ContentAddSeleniumTest.java 2008-12-03 11:17:42 UTC (rev 979)
+++ trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/ContentAddSeleniumTest.java 2008-12-03 11:25:34 UTC (rev 980)
@@ -2,7 +2,7 @@
import org.junit.Test;
import org.ourproject.kune.platf.client.dto.StateToken;
-import org.ourproject.kune.workspace.client.entitylogo.EntityTextLogo;
+import org.ourproject.kune.workspace.client.entityheader.EntityTextLogo;
public class ContentAddSeleniumTest extends KuneSeleniumTestHelper {
@Test
Modified: trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/EntityLogoSeleniumTest.java
===================================================================
--- trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/EntityLogoSeleniumTest.java 2008-12-03 11:17:42 UTC (rev 979)
+++ trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/EntityLogoSeleniumTest.java 2008-12-03 11:25:34 UTC (rev 980)
@@ -4,7 +4,7 @@
import java.io.IOException;
import org.junit.Test;
-import org.ourproject.kune.workspace.client.entitylogo.EntityHeaderView;
+import org.ourproject.kune.workspace.client.entityheader.EntityHeaderView;
import org.ourproject.kune.workspace.client.options.EntityOptionsPanel;
import org.ourproject.kune.workspace.client.options.logo.EntityOptionsLogoPanel;
Modified: trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/NewGroupSeleniumTest.java
===================================================================
--- trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/NewGroupSeleniumTest.java 2008-12-03 11:17:42 UTC (rev 979)
+++ trunk/src/test/java/org/ourproject/kune/platf/integration/selenium/NewGroupSeleniumTest.java 2008-12-03 11:25:34 UTC (rev 980)
@@ -6,7 +6,7 @@
import org.junit.Test;
import org.ourproject.kune.platf.client.dto.GroupType;
import org.ourproject.kune.workspace.client.WorkspaceMessages;
-import org.ourproject.kune.workspace.client.entitylogo.EntityTextLogo;
+import org.ourproject.kune.workspace.client.entityheader.EntityTextLogo;
import org.ourproject.kune.workspace.client.newgroup.NewGroupPanel;
import org.ourproject.kune.workspace.client.site.SiteToken;
Copied: trunk/src/test/java/org/ourproject/kune/workspace/client/entityheader (from rev 979, trunk/src/test/java/org/ourproject/kune/workspace/client/entitylogo)
Property changes on: trunk/src/test/java/org/ourproject/kune/workspace/client/entityheader
___________________________________________________________________
Name: svn:mergeinfo
+
Modified: trunk/src/test/java/org/ourproject/kune/workspace/client/entityheader/EntityLogoPresenterTest.java
===================================================================
--- trunk/src/test/java/org/ourproject/kune/workspace/client/entitylogo/EntityLogoPresenterTest.java 2008-12-03 11:17:42 UTC (rev 979)
+++ trunk/src/test/java/org/ourproject/kune/workspace/client/entityheader/EntityLogoPresenterTest.java 2008-12-03 11:25:34 UTC (rev 980)
@@ -1,4 +1,4 @@
-package org.ourproject.kune.workspace.client.entitylogo;
+package org.ourproject.kune.workspace.client.entityheader;
import org.junit.Before;
import org.junit.Test;
@@ -8,6 +8,8 @@
import org.ourproject.kune.platf.client.dto.StateToken;
import org.ourproject.kune.platf.client.state.Session;
import org.ourproject.kune.platf.client.state.StateManager;
+import org.ourproject.kune.workspace.client.entityheader.EntityHeaderPresenter;
+import org.ourproject.kune.workspace.client.entityheader.EntityHeaderView;
import org.ourproject.kune.workspace.client.themes.WsThemePresenter;
public class EntityLogoPresenterTest {
More information about the kune-commits
mailing list