gatein SVN: r2956 - portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: mvanco(a)redhat.com
Date: 2010-05-04 03:01:56 -0400 (Tue, 04 May 2010)
New Revision: 2956
Modified:
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_29_AddAndEditAndDeleteTab.html
Log:
EPP5 UI Tests: improved test SNF_PRL_29
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_29_AddAndEditAndDeleteTab.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_29_AddAndEditAndDeleteTab.html 2010-05-04 06:54:38 UTC (rev 2955)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_29_AddAndEditAndDeleteTab.html 2010-05-04 07:01:56 UTC (rev 2956)
@@ -183,21 +183,6 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>link=Site</td>
- <td></td>
-</tr>
-<tr>
- <td>clickAt</td>
- <td>link=Site</td>
- <td></td>
-</tr>
-<tr>
- <td>echo</td>
- <td>--Edit Dashboard layout</td>
- <td></td>
-</tr>
-<tr>
- <td>waitForElementPresent</td>
<td>link=test_dashboardpage_edit_29</td>
<td></td>
</tr>
14 years, 7 months
gatein SVN: r2955 - portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: mvanco(a)redhat.com
Date: 2010-05-04 02:54:38 -0400 (Tue, 04 May 2010)
New Revision: 2955
Modified:
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_09_002_CreateNewPortalWithValidValue.html
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_20_026_CreateSameNamePortalPagesInDifferentPortals.html
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_05_002_CutPasteNodeToSameNavigation.html
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_18_CreateNewPortal.html
Log:
EPP5 UI tests: improved tests 20_026, 09_002, 10_002, PRL_18
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_09_002_CreateNewPortalWithValidValue.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_09_002_CreateNewPortalWithValidValue.html 2010-05-04 06:23:41 UTC (rev 2954)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_09_002_CreateNewPortalWithValidValue.html 2010-05-04 06:54:38 UTC (rev 2955)
@@ -207,16 +207,11 @@
<td></td>
</tr>
<tr>
- <td>waitForText</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]/tbody/tr/td[2]/div</td>
- <td>Test_POR_09_002</td>
+ <td>waitForElementPresent</td>
+ <td>//td[@class='Content']/div[@class='Label' and text()='Test_POR_09_002']</td>
+ <td></td>
</tr>
<tr>
- <td>verifyText</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]/tbody/tr/td[2]/div</td>
- <td>Test_POR_09_002</td>
-</tr>
-<tr>
<td>waitForElementPresent</td>
<td>link=Home</td>
<td></td>
@@ -237,14 +232,14 @@
<td></td>
</tr>
<tr>
- <td>waitForText</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]/tbody/tr/td[2]/div</td>
- <td>Test_POR_09_002</td>
+ <td>waitForElementPresent</td>
+ <td>//td[@class='Content']/div[@class='Label' and text()='Test_POR_09_002']</td>
+ <td></td>
</tr>
<tr>
- <td>verifyText</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]/tbody/tr/td[2]/div</td>
- <td>Test_POR_09_002</td>
+ <td>verifyElementPresent</td>
+ <td>//td[@class='Content']/div[@class='Label' and text()='Test_POR_09_002']</td>
+ <td></td>
</tr>
<tr>
<td>echo</td>
@@ -268,7 +263,7 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]/tbody/tr/td[3]/a[4]</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=Test_POR_09_002')]</td>
<td></td>
</tr>
<tr>
@@ -278,7 +273,7 @@
</tr>
<tr>
<td>clickAt</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]//a[@class='DeleteIcon']</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=Test_POR_09_002')]</td>
<td></td>
</tr>
<tr>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_20_026_CreateSameNamePortalPagesInDifferentPortals.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_20_026_CreateSameNamePortalPagesInDifferentPortals.html 2010-05-04 06:23:41 UTC (rev 2954)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_20_026_CreateSameNamePortalPagesInDifferentPortals.html 2010-05-04 06:54:38 UTC (rev 2955)
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/portal/public/classic/</td>
+ <td>/portal/public/classic</td>
<td></td>
</tr>
<tr>
@@ -22,6 +22,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Sign in</td>
<td></td>
@@ -97,6 +102,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>name</td>
+ <td></td>
+</tr>
+<tr>
<td>type</td>
<td>name</td>
<td>POR_20_026</td>
@@ -157,6 +167,16 @@
<td></td>
</tr>
<tr>
+ <td>waitForTextNotPresent</td>
+ <td>Page Setting</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForTextPresent</td>
+ <td>portal::classic::POR_20_026</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--Go to Site--</td>
<td></td>
@@ -227,22 +247,37 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>publicMode</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>publicMode</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Edit Permission Setting</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Edit Permission Setting</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Select Permission</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Select Permission</td>
<td></td>
</tr>
<tr>
- <td>clickAt</td>
+ <td>waitForElementPresent</td>
<td>link=Platform</td>
<td></td>
</tr>
@@ -253,6 +288,16 @@
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>link=Administrators</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAt</td>
+ <td>link=Administrators</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=exact:*</td>
<td></td>
</tr>
@@ -287,11 +332,21 @@
<td></td>
</tr>
<tr>
+ <td>pause</td>
+ <td>5000</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--View new portal</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Test_POR_20_026</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Test_POR_20_026</td>
<td></td>
@@ -412,16 +467,26 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
- <td>link=Save</td>
+ <td>waitForTextNotPresent</td>
+ <td>Page Setting</td>
<td></td>
</tr>
<tr>
+ <td>waitForTextPresent</td>
+ <td>portal::Test_POR_20_026::POR_20_026</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--Search new page created--</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>searchTerm</td>
+ <td></td>
+</tr>
+<tr>
<td>type</td>
<td>searchTerm</td>
<td>POR_20_026</td>
@@ -457,21 +522,11 @@
<td></td>
</tr>
<tr>
- <td>assertConfirmation</td>
+ <td>waitForConfirmation</td>
<td>Do you want to delete this page?</td>
<td></td>
</tr>
<tr>
- <td>waitForElementPresent</td>
- <td>xpath=//div[@id='UIPortalApplication']/div[@class='UIPopupWindow UIDragObject']//div[@class='MiddleLeftSideDecorator']//div[@class='UIPopupMessages']/div[@class='MessageActionBar']//a</td>
- <td></td>
-</tr>
-<tr>
- <td>clickAt</td>
- <td>xpath=//div[@id='UIPortalApplication']/div[@class='UIPopupWindow UIDragObject']//div[@class='MiddleLeftSideDecorator']//div[@class='UIPopupMessages']/div[@class='MessageActionBar']//a</td>
- <td></td>
-</tr>
-<tr>
<td>echo</td>
<td>--Delete page of current portal--</td>
<td></td>
@@ -487,7 +542,7 @@
<td></td>
</tr>
<tr>
- <td>assertConfirmation</td>
+ <td>waitForConfirmation</td>
<td>Do you want to delete this page?</td>
<td></td>
</tr>
@@ -508,7 +563,7 @@
</tr>
<tr>
<td>open</td>
- <td>/portal/private/classic/</td>
+ <td>/portal/private/classic</td>
<td></td>
</tr>
<tr>
@@ -528,12 +583,12 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]/tbody/tr/td[3]/a[4]</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=Test_POR_20_026')]</td>
<td></td>
</tr>
<tr>
<td>clickAt</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]/tbody/tr/td[3]/a[4]</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=Test_POR_20_026')]</td>
<td></td>
</tr>
<tr>
@@ -556,6 +611,16 @@
<td>Test_POR_20_026</td>
<td></td>
</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign out</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAt</td>
+ <td>link=Sign out</td>
+ <td></td>
+</tr>
</tbody></table>
</body>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_05_002_CutPasteNodeToSameNavigation.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_05_002_CutPasteNodeToSameNavigation.html 2010-05-04 06:23:41 UTC (rev 2954)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_05_002_CutPasteNodeToSameNavigation.html 2010-05-04 06:54:38 UTC (rev 2955)
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/portal/public/classic/</td>
+ <td>/portal/public/classic</td>
<td></td>
</tr>
<tr>
@@ -137,6 +137,16 @@
<td></td>
</tr>
<tr>
+ <td>waitForTextNotPresent</td>
+ <td>Navigation Management</td>
+ <td></td>
+</tr>
+<tr>
+ <td>pause</td>
+ <td>3000</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--Move node back to original place--</td>
<td></td>
@@ -182,6 +192,11 @@
<td></td>
</tr>
<tr>
+ <td>pause</td>
+ <td>2000</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>link=Paste Node</td>
<td></td>
@@ -203,6 +218,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForTextNotPresent</td>
+ <td>Navigation Management</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--Sign out --</td>
<td></td>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_18_CreateNewPortal.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_18_CreateNewPortal.html 2010-05-04 06:23:41 UTC (rev 2954)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_18_CreateNewPortal.html 2010-05-04 06:54:38 UTC (rev 2955)
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/portal/public/classic/</td>
+ <td>/portal/public/classic</td>
<td></td>
</tr>
<tr>
@@ -22,6 +22,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Sign in</td>
<td></td>
@@ -57,8 +62,13 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Add New Portal</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
- <td>xpath=//div[@id='UISiteManagement']//div[@class='UIAction']//div[@class='ActionButton BlueButton']</td>
+ <td>link=Add New Portal</td>
<td></td>
</tr>
<tr>
@@ -87,21 +97,41 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>publicMode</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>publicMode</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Edit Permission Setting</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Edit Permission Setting</td>
<td>1,1</td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Select Permission</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Select Permission</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Platform</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Platform</td>
<td>1,1</td>
@@ -132,6 +162,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>xpath=//form[@id='UIPortalForm']//div[@class='UIAction']//div[@class='ActionButton LightBlueStyle']//div[@class='ButtonMiddle']/a</td>
+ <td>1,1</td>
+</tr>
+<tr>
<td>clickAt</td>
<td>xpath=//form[@id='UIPortalForm']//div[@class='UIAction']//div[@class='ActionButton LightBlueStyle']//div[@class='ButtonMiddle']/a</td>
<td>1,1</td>
@@ -178,12 +213,12 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>xpath=//div[@id='UISiteManagement']/table/tbody/tr/td[2]/div</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=test_portal_18')]</td>
<td></td>
</tr>
<tr>
<td>clickAt</td>
- <td>xpath=//div[@id='UISiteManagement']/table[2]//a[@class='DeleteIcon']</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=test_portal_18')]</td>
<td></td>
</tr>
<tr>
@@ -192,11 +227,6 @@
<td></td>
</tr>
<tr>
- <td>pause</td>
- <td>5000</td>
- <td></td>
-</tr>
-<tr>
<td>waitForTextNotPresent</td>
<td>test_portal_18</td>
<td></td>
14 years, 7 months
gatein SVN: r2954 - portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: mvanco(a)redhat.com
Date: 2010-05-04 02:23:41 -0400 (Tue, 04 May 2010)
New Revision: 2954
Modified:
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_10_002_DeleteCurrentPortalByLegalUser.html
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_20_022_CreateGroupPageWithNameTheSameWithExistingPortalPage.html
Log:
EPP5 UI Tests: improved tests 20_022 and 10_002
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_10_002_DeleteCurrentPortalByLegalUser.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_10_002_DeleteCurrentPortalByLegalUser.html 2010-05-04 04:57:23 UTC (rev 2953)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_10_002_DeleteCurrentPortalByLegalUser.html 2010-05-04 06:23:41 UTC (rev 2954)
@@ -237,6 +237,11 @@
<td></td>
</tr>
<tr>
+ <td>pause</td>
+ <td>5000</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--Go to Site to check existing portal list to use--</td>
<td></td>
@@ -253,7 +258,7 @@
</tr>
<tr>
<td>pause</td>
- <td>5000</td>
+ <td>8000</td>
<td></td>
</tr>
<tr>
@@ -278,20 +283,10 @@
</tr>
<tr>
<td>echo</td>
- <td>--Return to Site to check existing portals list after deleted--</td>
+ <td>--Verify portal deleted--</td>
<td></td>
</tr>
<tr>
- <td>waitForElementPresent</td>
- <td>link=Site</td>
- <td></td>
-</tr>
-<tr>
- <td>clickAt</td>
- <td>link=Site</td>
- <td></td>
-</tr>
-<tr>
<td>waitForTextNotPresent</td>
<td>Test_POR_10_002</td>
<td></td>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_20_022_CreateGroupPageWithNameTheSameWithExistingPortalPage.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_20_022_CreateGroupPageWithNameTheSameWithExistingPortalPage.html 2010-05-04 04:57:23 UTC (rev 2953)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_20_022_CreateGroupPageWithNameTheSameWithExistingPortalPage.html 2010-05-04 06:23:41 UTC (rev 2954)
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/portal/public/classic/</td>
+ <td>/portal/public/classic</td>
<td></td>
</tr>
<tr>
@@ -22,6 +22,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Sign in</td>
<td></td>
@@ -77,6 +82,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForTextPresent</td>
+ <td>Page Setting</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>ownerType</td>
<td></td>
@@ -92,6 +102,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>name</td>
+ <td></td>
+</tr>
+<tr>
<td>type</td>
<td>name</td>
<td>POR_20_022</td>
@@ -132,6 +147,16 @@
<td></td>
</tr>
<tr>
+ <td>waitForTextNotPresent</td>
+ <td>Page Setting</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForTextPresent</td>
+ <td>portal::classic::POR_20_022</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--Add new page for group --</td>
<td></td>
@@ -147,6 +172,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForTextPresent</td>
+ <td>Page Setting</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>ownerType</td>
<td></td>
@@ -247,6 +277,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForTextPresent</td>
+ <td>group::/organization/operations::POR_20_022</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--Search new page created--</td>
<td></td>
14 years, 7 months
gatein SVN: r2953 - portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-05-04 00:57:23 -0400 (Tue, 04 May 2010)
New Revision: 2953
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
Log:
JBEPP-274: Minor Edits. Added Hardware info from EAP 4.3.0CP07. Added DOC TODOs
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml 2010-05-04 03:27:34 UTC (rev 2952)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml 2010-05-04 04:57:23 UTC (rev 2953)
@@ -21,12 +21,98 @@
</section>
<section id="Pre_Requisites-Hardware_and_Operating_System_Requirements">
<title>System Requirements</title>
-<!--
- <para><remark>Add hardware requirements as per this section of this doc?</remark></para>
- <para><ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4...."></ulink>?</para>
--->
- <para>For the latest information on supported Operating System / JVM combinations and supported Database platforms, please always refer to <ulink url="http://www.jboss.com/products/platforms/portals/testedconfigurations/">http://www.jboss.com/products/platforms/portals/testedconfigurations/</ulink>.
+ <note>
+ <title>DOC TODO:</title>
+ <para>
+ These requirements taken from the <ulink type="http" url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4....">EAP 4.3.0CP07 Docs</ulink>. Are they appropriate?
+ </para>
+ </note>
+ <formalpara>
+ <title>Minimum Installation Requirements</title>
+ <para>
+ The minimum hardware required to support the installation of the JBoss Application Server is a 240MB hard disk drive. Additional space is required for the installation of the JDK upon which the the JBoss Application Server depends. The JDK installation size is currently up to 150MB.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>Minimum Operational Requirements</title>
+ <para>
+ The minimum hardware required to support an operational JBoss Application Server varies depending on the following:
+ </para>
+ </formalpara>
+ <itemizedlist>
+ <listitem>
+ <para>
+ The size and complexity of the applications being served;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The demand placed on the server by the number and frequency of client requests;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The server configuration including the selected log files, their designated size and general server tuning.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ The following discussion relates to the deployment of a simple application on a server experiencing minimal demand. In view of this, the absolute minimum requirements for an operational server are:
</para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Disk Space: 1GB
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ The default server log file storage configuration is 500MB.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The remaining 500MB is allocated to the server installation (240MB), the required JDK (150MB) and some additional space for applications (110MB).
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ CPU: Intel Pentium Processor @ 1GHz
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Core 2 Duo, Core 2 Quad and Intel Xeon chips will improve the performance of servers which experience high demand.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ RAM: 128 MB
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ RAM installations of 1GB or more will be required to run a server upon which small to medium applications are deployed. 4GB or more is preferable for larger applications or to run a GUI server interface.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ <important>
+ <para>
+ A server's performance must be viewed in light of the applications deployed on the server, the demand placed on the server by client requests and any post-installation server configuration or tuning.
+ </para>
+ </important>
+ <formalpara>
+ <title>Supported Installations</title>
+ <para>
+ For the latest information on supported Operating System / JVM combinations and supported Database platforms, please always refer to <ulink url="http://www.jboss.com/products/platforms/portals/testedconfigurations/">http://www.jboss.com/products/platforms/portals/testedconfigurations/</ulink>.
+ </para>
+ </formalpara>
<para>
The following is a list of certified operating systems and JVM version combinations:
</para>
@@ -55,7 +141,7 @@
<tbody>
<row>
<entry>
- RHEL 5 x86
+ &RHEL; 5 x86
</entry>
<entry>
Sun JVM 1.6 Update 15
@@ -63,7 +149,7 @@
</row>
<row>
<entry>
- RHEL 5 x86
+ &RHEL; 5 x86
</entry>
<entry>
OpenJDK 1.6.0-b09
@@ -71,7 +157,7 @@
</row>
<row>
<entry>
- RHEL 5 x86
+ &RHEL; 5 x86
</entry>
<entry>
IBM JDK 1.6.0 SR5
@@ -79,7 +165,7 @@
</row>
<row>
<entry>
- RHEL 5 x86_64
+ &RHEL; 5 x86_64
</entry>
<entry>
Sun JVM 1.6 Update 15
@@ -87,7 +173,7 @@
</row>
<row>
<entry>
- RHEL 5 x86_64
+ &RHEL; 5 x86_64
</entry>
<entry>
OpenJDK 1.6.0-b09
@@ -95,7 +181,7 @@
</row>
<row>
<entry>
- RHEL 5 x86_64
+ &RHEL; 5 x86_64
</entry>
<entry>
IBM JDK 1.6.0 SR5
@@ -326,13 +412,12 @@
Applications that run with more than 1.5GB of RAM (including free space for garbage collection optimization) should utilize the 64-bit JVM.
</para>
</listitem>
- <listitem>
- <para>
- Applications that run on a 32-bit JVM and do not require more than minimal heap sizes will gain nothing from a 64-bit JVM. Barring memory issues, 64-bit hardware with the same relative clock speed and architecture is not likely to run Java applications faster than their 32-bit cousin.
- </para>
- </listitem>
</itemizedlist>
-
+ <note>
+ <para>
+ Applications that run on a 32-bit JVM and do not require more than minimal heap sizes will gain nothing from a 64-bit JVM. Barring memory issues, 64-bit hardware with the same relative clock speed and architecture is not likely to run Java applications faster than their 32-bit cousin.
+ </para>
+ </note>
<itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_JDK_6.0_using_RHN">
<title>Installing and Configuring JDK 6.0 using RHN</title>
<listitem>
@@ -340,7 +425,7 @@
Java SDKs are provided by the Red Hat Enterprise Linux 5 Base and Supplementary channels for your Linux variant and architecture. The available JDKs corresponding to each channel and architecture are listed below:
</para>
<variablelist>
- <title>RHEL 5 Java SDKs</title>
+ <title>&RHEL; 5 Java SDKs</title>
<varlistentry>
<term>
Channel: rhel-<arch>-server-5
@@ -441,11 +526,15 @@
<para>
Download and install the appropriate <literal>-compat RPM</literal> from <literal>JPackage</literal> <ulink url="ftp://jpackage.hmdc.harvard.edu/JPackage/1.7/generic/RPMS.non-free/"> here</ulink>. Please ensure you choose a matching version of the <literal>-compat</literal> package to the JDK you installed.
</para>
- <para><remark>Note to Reviewer</remark></para>
+ <note>
+ <title>DOC TODO:</title>
<para>
The latest JDK available from Sun's site is update 19. The jpackage site linked to above lists the latest <literal>-compat rpm</literal> at update 6 (java-1.6.0-sun-compat-1.6.0.06-1jpp.i586.rpm). So there is a conflict here as the downloaded package and the -compat rpm cannot be matched as stated above.
</para>
- <para><remark>End Note to Reviewer</remark></para>
+ <para>
+ QE NOTE: "Download and install the appropriate -compat RPM from JPackage here." Should we instruct users to install unsigned rpms?
+ </para>
+ </note>
</listitem>
<listitem>
<para>
@@ -511,9 +600,12 @@
</listitem>
</itemizedlist>
</para>
- <para><remark>Note to Reviewer</remark></para>
- <para>Better to use java-1.6.0-variant rather than java-1.6.0-sun as could be sun or openjdk. Also include openJDK download site info http://openjdk.java.net/install/ ?</para>
- <para><remark>End Note to Reviewer</remark></para>
+ <note>
+ <title>DOC TODO:</title>
+ <para>
+ Better to use java-1.6.0-variant rather than java-1.6.0-sun as could be sun or openjdk. Also include openJDK download site info http://openjdk.java.net/install/ ?
+ </para>
+ </note>
</listitem>
<listitem>
<para>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml 2010-05-04 03:27:34 UTC (rev 2952)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml 2010-05-04 04:57:23 UTC (rev 2953)
@@ -11,7 +11,7 @@
<title>Downloading</title>
<para>
- The officially supported archives are available from the JBoss Customer Support Portal (CSP) located at <ulink url="https://support.redhat.com">https://support.redhat.com</ulink>. Platforms including in your Support subscription are listed in the <literal>Software</literal> section.
+ The officially supported versions are available from the JBoss Customer Support Portal (CSP) located at <ulink url="https://support.redhat.com/jbossnetwork/restricted/main.html">https://support.redhat.com/jbossnetwork/restricted/main.htmlm</ulink>. Platforms including in your Support subscription are listed in the <literal>Software</literal> section.
</para>
</section>
@@ -37,7 +37,7 @@
</itemizedlist>
</para>
<note>
- <title>Note: server configurations</title>
+ <title>Server Configurations</title>
<para>
Six types of server configurations will be included in your installation: <literal>minimal</literal>, <literal>default</literal>, <literal>production</literal>, <literal>all</literal>, <literal>standard</literal> and <literal>web</literal>.
The Getting Started Guide of &JBEAP; 5.0 explains in detail the different server configuration file sets.
@@ -59,7 +59,7 @@
</listitem>
<listitem>
<para>
- the <literal>default</literal> server configuration includes non-clustered Portal components. <!-- This archive (gatein.ear) is located in the <literal>deploy</literal> folder. --><remark>This is the server configuration that is started when no other configuration is specified</remark>
+ the <literal>default</literal> server configuration includes non-clustered Portal components. <!-- This archive (gatein.ear) is located in the <literal>deploy</literal> folder. --> This is the server configuration that is started when no other configuration is specified.
</para>
</listitem>
<listitem>
@@ -74,8 +74,7 @@
</listitem>
</itemizedlist>
</para>
- <!--<para><remark>Added the note below to account for all gatein.ear archives.</remark></para>-->
- <note><title>Note: gatein.ear archive</title>
+ <note><title>gatein.ear Archive</title>
<para>
The gatein.ear archive, which contains the Portal components, is located in the deploy folder of the <literal>default</literal>, <literal>all</literal> and <literal>production</literal> server configurations.
</para>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml 2010-05-04 03:27:34 UTC (rev 2952)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml 2010-05-04 04:57:23 UTC (rev 2953)
@@ -15,14 +15,17 @@
</title>
<para>
Create an environment variable that points to the installation directory (<filename>JBOSS_DIST/jboss-as</filename>) and call it <literal>JBOSS_HOME</literal>. Add <literal>$JBOSS_HOME/bin</literal> to the system path to be able to run the server from the command line. You can do this by adding the following lines to the <filename>.bashrc</filename> file in your home directory.
- <programlisting>
+ </para>
+ </formalpara>
+<programlisting>
#In this example /home/user/jboss-epp-5.0/jboss-as is the installation directory.
export JBOSS_HOME=/home/user/jboss-epp-5.0/jboss-as
export PATH=$PATH:$JBOSS_HOME/bin
- </programlisting>
+</programlisting>
+ <para>
Set this variable for the user account(s) that will run the server.
</para>
- </formalpara>
+
<formalpara>
<title>
On Microsoft Windows
@@ -62,9 +65,16 @@
Post Installation Security Configuration
</title>
<para>
- When installed from the zip archive, authentication is required to access the majority of JBoss services, including administrative services. User accounts have not been set up to eliminate the possibility of default username/password based attacks.
+ When installed from the zip archive, authentication is required to access the majority of JBoss services, including administrative services. User accounts have not been set up to eliminate the possibility of default username/password based attacks.
</para>
- <important><title>Default admin user configuration</title>
+ <note>
+ <title>DOC TODO:</title>
+ <para>
+ Is this still the case in 5.0? It seems to have default accounts in place.
+ </para>
+ </note>
+
+ <important><title>Default Admin User Configuration</title>
<para>
It is recommended that the admin=admin username and password configuration, which is commented out by default, not be used for a production server. The admin user is included as an example of the username/password definition format only.
</para>
@@ -122,24 +132,26 @@
</programlisting>
</para>
</formalpara>
- <para><remark>Note to Reviewer</remark></para>
- <para>
- <filename>/server/$CONFIG/deploy/messaging/messaging-service.xml</filename>
- </para>
- <screen><!-- The password used by the message sucker connections to create connections.
+ <note>
+ <title>DOC TODO:</title>
+ <para>
+ <filename>/server/$CONFIG/deploy/messaging/messaging-service.xml</filename>
+ </para>
+<screen><!-- The password used by the message sucker connections to create connections.
THIS SHOULD ALWAYS BE CHANGED AT INSTALL TIME TO SECURE SYSTEM
<attribute name="SuckerPassword"></attribute></screen>
- <para>
- Question 1: Should this file also have the SuckerPassword set?
- </para>
- <para>
- Question 2: Should I document this?
- </para>
- <para><remark>End Note to Reviewer</remark></para>
+ <para>
+ Question 1: Should this file also have the SuckerPassword set?
+ </para>
+ <para>
+ Question 2: Should I document this?
+ </para>
+ </note>
</section>
<section id="Disabling_Authentication">
<title>Disabling Authentication</title>
+
<para>
Authentication is disabled by default. Once enabled, it is possible to disable authentication for specific services by following the instructions in this section.
All paths specified in the sub-sections below are relative to <literal>$JBOSS_HOME</literal>.
14 years, 7 months
gatein SVN: r2952 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-05-03 23:27:34 -0400 (Mon, 03 May 2010)
New Revision: 2952
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_34_ChangeLogo.html
Log:
Testvn-356 : Clean and improve
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_34_ChangeLogo.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_34_ChangeLogo.html 2010-05-04 03:13:38 UTC (rev 2951)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_34_ChangeLogo.html 2010-05-04 03:27:34 UTC (rev 2952)
@@ -4,12 +4,12 @@
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="" />
-<title>SNF_PRL_34</title>
+<title>Test_SNF_PRL_34_ChangeLogo</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
-<tr><td rowspan="1" colspan="3">SNF_PRL_34</td></tr>
+<tr><td rowspan="1" colspan="3">Test_SNF_PRL_34_ChangeLogo</td></tr>
</thead><tbody>
<tr>
<td>open</td>
@@ -42,21 +42,31 @@
<td>gtn</td>
</tr>
<tr>
- <td>clickAndWait</td>
+ <td>clickAt</td>
<td>xpath=//div[@id='UIPortalLoginFormAction']/div/div/div/a</td>
<td></td>
</tr>
<tr>
- <td>clickAtAndWait</td>
+ <td>waitForElementPresent</td>
<td>link=Dashboard</td>
<td></td>
</tr>
<tr>
+ <td>clickAt</td>
+ <td>link=Dashboard</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>--Edit Logo Picture</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Edit Layout</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Edit Layout</td>
<td></td>
@@ -82,11 +92,21 @@
<td>http://ocs.inrialpes.fr/userfiles/image/logo/Picture%203.png</td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Save</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Save</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Close</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Close</td>
<td></td>
@@ -107,8 +127,8 @@
<td></td>
</tr>
<tr>
- <td>verifyElementPresent</td>
- <td>xpath=//div[@id='UILogoPortlet']/a/img[@src='http://ocs.inrialpes.fr/userfiles/image/logo/Picture%203.png']</td>
+ <td>waitForElementPresent</td>
+ <td>link=Sign out</td>
<td></td>
</tr>
<tr>
14 years, 7 months
gatein SVN: r2951 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-05-03 23:13:38 -0400 (Mon, 03 May 2010)
New Revision: 2951
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_12_Portlet.html
Log:
Testvn-356 : Clean and improve
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_12_Portlet.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_12_Portlet.html 2010-05-04 01:42:57 UTC (rev 2950)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_12_Portlet.html 2010-05-04 03:13:38 UTC (rev 2951)
@@ -4,12 +4,12 @@
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="" />
-<title>Test_SNF_PRL_12</title>
+<title>Test_SNF_PRL_12_Portlet</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
-<tr><td rowspan="1" colspan="3">Test_SNF_PRL_12</td></tr>
+<tr><td rowspan="1" colspan="3">Test_SNF_PRL_12_Portlet</td></tr>
</thead><tbody>
<tr>
<td>open</td>
@@ -88,12 +88,12 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>xpath=//div[@class='UIVerticalSlideTabs']//div[@class='UIVTabContent']//div[2]//a</td>
+ <td>xpath=//div[@class='UIVerticalSlideTabs']//div[@class='UIVTabContent']//div[3]//a</td>
<td></td>
</tr>
<tr>
<td>clickAt</td>
- <td>xpath=//div[@class='UIVerticalSlideTabs']//div[@class='UIVTabContent']//div[2]//a</td>
+ <td>xpath=//div[@class='UIVerticalSlideTabs']//div[@class='UIVTabContent']//div[3]//a</td>
<td></td>
</tr>
<tr>
@@ -113,12 +113,12 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>xpath=//div[@class='UIVerticalSlideTabs']//div[@class='UIVTabContent']//div[3]//a</td>
+ <td>xpath=//div[@class='UIVerticalSlideTabs']//div[@class='UIVTabContent']//div[4]//a</td>
<td></td>
</tr>
<tr>
<td>clickAt</td>
- <td>xpath=//div[@class='UIVerticalSlideTabs']//div[@class='UIVTabContent']//div[3]//a</td>
+ <td>xpath=//div[@class='UIVerticalSlideTabs']//div[@class='UIVTabContent']//div[4]//a</td>
<td></td>
</tr>
<tr>
14 years, 7 months
gatein SVN: r2949 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-05-03 21:41:32 -0400 (Mon, 03 May 2010)
New Revision: 2949
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_001_CopyPasteNodeIntoTheSameNavigation.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_003_CopyPasteNodeToSamePlace.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_004_CopyPasteNodeIntoTheSameResource.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_05_004_CutPasteNodeByAddPageWizard.html
Log:
Testvn-356 : Clean and improve
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_001_CopyPasteNodeIntoTheSameNavigation.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_001_CopyPasteNodeIntoTheSameNavigation.html 2010-05-04 01:40:44 UTC (rev 2948)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_001_CopyPasteNodeIntoTheSameNavigation.html 2010-05-04 01:41:32 UTC (rev 2949)
@@ -78,16 +78,6 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//a[@title='Organization']</td>
- <td></td>
-</tr>
-<tr>
- <td>click</td>
- <td>//a[@title='Organization']</td>
- <td></td>
-</tr>
-<tr>
- <td>waitForElementPresent</td>
<td>//a[@title='New Staff']</td>
<td></td>
</tr>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_003_CopyPasteNodeToSamePlace.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_003_CopyPasteNodeToSamePlace.html 2010-05-04 01:40:44 UTC (rev 2948)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_003_CopyPasteNodeToSamePlace.html 2010-05-04 01:41:32 UTC (rev 2949)
@@ -78,16 +78,6 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//a[@title='Organization']</td>
- <td></td>
-</tr>
-<tr>
- <td>click</td>
- <td>//a[@title='Organization']</td>
- <td></td>
-</tr>
-<tr>
- <td>waitForElementPresent</td>
<td>//a[@title='New Staff']</td>
<td></td>
</tr>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_004_CopyPasteNodeIntoTheSameResource.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_004_CopyPasteNodeIntoTheSameResource.html 2010-05-04 01:40:44 UTC (rev 2948)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_04_004_CopyPasteNodeIntoTheSameResource.html 2010-05-04 01:41:32 UTC (rev 2949)
@@ -78,16 +78,6 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//a[@title='Organization']</td>
- <td></td>
-</tr>
-<tr>
- <td>click</td>
- <td>//a[@title='Organization']</td>
- <td></td>
-</tr>
-<tr>
- <td>waitForElementPresent</td>
<td>//a[@title='New Staff']</td>
<td></td>
</tr>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_05_004_CutPasteNodeByAddPageWizard.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_05_004_CutPasteNodeByAddPageWizard.html 2010-05-04 01:40:44 UTC (rev 2948)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_25_05_004_CutPasteNodeByAddPageWizard.html 2010-05-04 01:41:32 UTC (rev 2949)
@@ -168,16 +168,6 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//a[@title='Organization']</td>
- <td></td>
-</tr>
-<tr>
- <td>click</td>
- <td>//a[@title='Organization']</td>
- <td></td>
-</tr>
-<tr>
- <td>waitForElementPresent</td>
<td>//div[@id='UINavigationNodeSelector']/div/div/div/div[2]/div/div/div[2]/div[2]/div[1]/div/a</td>
<td></td>
</tr>
14 years, 7 months
gatein SVN: r2948 - portal/trunk/testsuite.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-05-03 21:40:44 -0400 (Mon, 03 May 2010)
New Revision: 2948
Modified:
portal/trunk/testsuite/GateIn_v3.0_BasicPortlets_TestDefinition.ods
portal/trunk/testsuite/GateIn_v3.0_MainFucntions_TestDefinition.ods
Log:
Update "GateIn_v3.0_MainFucntions_TestDefinition.ods"
Update GateIn_v3.0_BasicPortlets_TestDefinition.ods
Modified: portal/trunk/testsuite/GateIn_v3.0_BasicPortlets_TestDefinition.ods
===================================================================
(Binary files differ)
Modified: portal/trunk/testsuite/GateIn_v3.0_MainFucntions_TestDefinition.ods
===================================================================
(Binary files differ)
14 years, 7 months
gatein SVN: r2947 - portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-05-03 19:57:50 -0400 (Mon, 03 May 2010)
New Revision: 2947
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/gettingstarted.xml
Log:
remove broken para tag
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/gettingstarted.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/gettingstarted.xml 2010-05-03 18:11:25 UTC (rev 2946)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/gettingstarted.xml 2010-05-03 23:57:50 UTC (rev 2947)
@@ -73,7 +73,6 @@
<param-value>true</param-value>
</context-param>
</programlisting>
- </para>
</section>
</section>
14 years, 7 months