gatein SVN: r5664 - in portal/branches/wci: packaging and 1 other directory.
by do-not-reply@jboss.org
Author: alain_defrance
Date: 2010-12-30 11:07:30 -0500 (Thu, 30 Dec 2010)
New Revision: 5664
Modified:
portal/branches/wci/packaging/profiles.xml
portal/branches/wci/pom.xml
Log:
use wci-2.1.0-Alpha02
Modified: portal/branches/wci/packaging/profiles.xml
===================================================================
--- portal/branches/wci/packaging/profiles.xml 2010-12-30 14:58:03 UTC (rev 5663)
+++ portal/branches/wci/packaging/profiles.xml 2010-12-30 16:07:30 UTC (rev 5664)
@@ -47,7 +47,7 @@
-->
<exo.projects.app.tomcat7.version>apache-tomcat-7.0.2</exo.projects.app.tomcat7.version>
<!--
- Replace with the name of the directory containing Tomcat 7
+ Replace with the name of the directory containing Jetty 6
-->
<exo.projects.app.jetty.version>jetty-6.1.25/jetty-6.1.25</exo.projects.app.jetty.version>
<!--
Modified: portal/branches/wci/pom.xml
===================================================================
--- portal/branches/wci/pom.xml 2010-12-30 14:58:03 UTC (rev 5663)
+++ portal/branches/wci/pom.xml 2010-12-30 16:07:30 UTC (rev 5664)
@@ -45,7 +45,7 @@
<org.shindig.version>1.0-r790473-Patch04</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
<org.gatein.common.version>2.0.3-GA</org.gatein.common.version>
- <org.gatein.wci.version>2.1.0-Alpha01-SNAPSHOT</org.gatein.wci.version>
+ <org.gatein.wci.version>2.1.0-Alpha02</org.gatein.wci.version>
<org.gatein.pc.version>2.2.0-GA</org.gatein.pc.version>
<org.picketlink.idm>1.1.7.GA</org.picketlink.idm>
<org.gatein.wsrp.version>2.0.0-CR03</org.gatein.wsrp.version>
13 years, 12 months
gatein SVN: r5663 - components/pc/branches/adf.
by do-not-reply@jboss.org
Author: alain_defrance
Date: 2010-12-30 09:58:03 -0500 (Thu, 30 Dec 2010)
New Revision: 5663
Modified:
components/pc/branches/adf/pom.xml
Log:
use wci-2.1.0-Alpha02
Modified: components/pc/branches/adf/pom.xml
===================================================================
--- components/pc/branches/adf/pom.xml 2010-12-30 10:20:07 UTC (rev 5662)
+++ components/pc/branches/adf/pom.xml 2010-12-30 14:58:03 UTC (rev 5663)
@@ -46,7 +46,7 @@
<properties>
<version.gatein.common>2.0.3-GA</version.gatein.common>
- <version.gatein.wci>2.1.0-Alpha01-SNAPSHOT</version.gatein.wci>
+ <version.gatein.wci>2.1.0-Alpha02</version.gatein.wci>
<version.apache.portals.bridges>1.0.4</version.apache.portals.bridges>
<version.apache.taglibs>1.1.2</version.apache.taglibs>
<version.apache.log4j>1.2.14</version.apache.log4j>
13 years, 12 months
gatein SVN: r5662 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-30 05:20:07 -0500 (Thu, 30 Dec 2010)
New Revision: 5662
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_42_ChangeContainerWhenEditLayoutForGroupPage.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_43_ChangeApplicationWhenEditLayoutForGroupPage.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_44_AddApplicationIntoCategoryWhenEditLayoutForGroupPage.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_59_AddApplicationIntoCateGoryWhenEditLayoutForUserPage.html
Log:
TESTVN-2278 - Daily tests on GateIn - Clean and improve scripts
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_42_ChangeContainerWhenEditLayoutForGroupPage.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_42_ChangeContainerWhenEditLayoutForGroupPage.html 2010-12-29 10:31:22 UTC (rev 5661)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_42_ChangeContainerWhenEditLayoutForGroupPage.html 2010-12-30 10:20:07 UTC (rev 5662)
@@ -177,13 +177,13 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>waitForElementPresent</td>
+ <td>// div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
- <td>verifyElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>verifyElementPresent</td>
+ <td>//div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
@@ -551,7 +551,6 @@
<td>link=Sign out</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_43_ChangeApplicationWhenEditLayoutForGroupPage.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_43_ChangeApplicationWhenEditLayoutForGroupPage.html 2010-12-29 10:31:22 UTC (rev 5661)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_43_ChangeApplicationWhenEditLayoutForGroupPage.html 2010-12-30 10:20:07 UTC (rev 5662)
@@ -177,13 +177,13 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>waitForElementPresent</td>
+ <td>//div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
- <td>verifyElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>verifyElementPresent</td>
+ <td>//div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
@@ -258,17 +258,17 @@
</tr>
<tr>
<td>mouseOver</td>
- <td>//div[3]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/div[2]</td>
+ <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/div[2]</td>
<td>Calculator</td>
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//div[3]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/a[1]</td>
+ <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/a[1]</td>
<td></td>
</tr>
<tr>
<td>click</td>
- <td>//div[3]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/a[1]</td>
+ <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/a[1]</td>
<td></td>
</tr>
<tr>
@@ -388,17 +388,17 @@
</tr>
<tr>
<td>mouseOver</td>
- <td>//div[3]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/a[1]</td>
+ <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/div[2]</td>
<td>Test_SNF_PRL_43</td>
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//div[3]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/div[1]</td>
+ <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/div[1]</td>
<td></td>
</tr>
<tr>
<td>dragAndDropToObject</td>
- <td>//div[3]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/div[1]</td>
+ <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/div[1]</td>
<td>css=div[class='LAYOUT-BLOCK LAYOUT-PORTLET']</td>
</tr>
<tr>
@@ -443,17 +443,17 @@
</tr>
<tr>
<td>mouseOver</td>
- <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/div[2]</td>
+ <td>//div/div/div[2]/div/div/div/div/div/div/div[2]</td>
<td>Test_SNF_PRL_43</td>
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/a[2]</td>
+ <td>//div/div/div[2]/div/div/div/div/div/div/a[2]</td>
<td></td>
</tr>
<tr>
<td>click</td>
- <td>//div[2]/div/div[2]/div/div/div[2]/div/div/div/div/div/div/a[2]</td>
+ <td>//div/div/div[2]/div/div/div/div/div/div/a[2]</td>
<td></td>
</tr>
<tr>
@@ -641,7 +641,6 @@
<td>link=Sign out</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_44_AddApplicationIntoCategoryWhenEditLayoutForGroupPage.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_44_AddApplicationIntoCategoryWhenEditLayoutForGroupPage.html 2010-12-29 10:31:22 UTC (rev 5661)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_44_AddApplicationIntoCategoryWhenEditLayoutForGroupPage.html 2010-12-30 10:20:07 UTC (rev 5662)
@@ -177,13 +177,13 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>waitForElementPresent</td>
+ <td>//div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
- <td>verifyElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>verifyElementPresent</td>
+ <td>//div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
@@ -531,7 +531,6 @@
<td>link=Sign out</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_59_AddApplicationIntoCateGoryWhenEditLayoutForUserPage.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_59_AddApplicationIntoCateGoryWhenEditLayoutForUserPage.html 2010-12-29 10:31:22 UTC (rev 5661)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_59_AddApplicationIntoCateGoryWhenEditLayoutForUserPage.html 2010-12-30 10:20:07 UTC (rev 5662)
@@ -167,13 +167,13 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>waitForElementPresent</td>
+ <td>//div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
- <td>verifyElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>verifyElementPresent</td>
+ <td>//div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
@@ -396,7 +396,6 @@
<td>link=Sign out</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
13 years, 12 months
gatein SVN: r5661 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-29 05:31:22 -0500 (Wed, 29 Dec 2010)
New Revision: 5661
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_31_ManageNodePortal.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_40_EditPageForGroup.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_49_ChangeApplicationWhenEditPagePropertiesOfNode.html
Log:
TESTVN-2278 - Daily tests on GateIn - Clean and improve scripts
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_31_ManageNodePortal.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_31_ManageNodePortal.html 2010-12-29 06:38:04 UTC (rev 5660)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_31_ManageNodePortal.html 2010-12-29 10:31:22 UTC (rev 5661)
@@ -133,16 +133,46 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//tr[2]/td[5]/div/img</td>
+ <td>searchTerm</td>
<td></td>
</tr>
<tr>
+ <td>type</td>
+ <td>searchTerm</td>
+ <td>Group Navigation</td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>searchOption</td>
+ <td></td>
+</tr>
+<tr>
+ <td>select</td>
+ <td>searchOption</td>
+ <td>label=Title</td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>//form[@id='UIPageSearch']/div[2]/a</td>
+ <td></td>
+</tr>
+<tr>
<td>click</td>
- <td>//tr[2]/td[5]/div/img</td>
+ <td>//form[@id='UIPageSearch']/div[2]/a</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>//img[@title='Select Page']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>//img[@title='Select Page']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=Save</td>
<td></td>
</tr>
@@ -273,16 +303,46 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//div[@id='UIRepeater']/table/tbody/tr[4]/td[5]/div/img</td>
+ <td>searchTerm</td>
<td></td>
</tr>
<tr>
+ <td>type</td>
+ <td>searchTerm</td>
+ <td>Link</td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>searchOption</td>
+ <td></td>
+</tr>
+<tr>
+ <td>select</td>
+ <td>searchOption</td>
+ <td>label=Title</td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>//form[@id='UIPageSearch']/div[2]/a</td>
+ <td></td>
+</tr>
+<tr>
<td>click</td>
- <td>//div[@id='UIRepeater']/table/tbody/tr[4]/td[5]/div/img</td>
+ <td>//form[@id='UIPageSearch']/div[2]/a</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>//img[@title='Select Page']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>//img[@title='Select Page']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=Save</td>
<td></td>
</tr>
@@ -307,6 +367,11 @@
<td></td>
</tr>
<tr>
+ <td>echo</td>
+ <td>-- View node node after change page --</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>//div[@id='PortalNavigationTopContainer']/div[3]/div/div/div/div/div/div/a</td>
<td></td>
@@ -401,7 +466,6 @@
<td>link=Sign out</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_40_EditPageForGroup.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_40_EditPageForGroup.html 2010-12-29 06:38:04 UTC (rev 5660)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_40_EditPageForGroup.html 2010-12-29 10:31:22 UTC (rev 5661)
@@ -177,13 +177,13 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>waitForElementPresent</td>
+ <td>//div[@class="VIEW-PAGE"]</td>
<td></td>
</tr>
<tr>
- <td>verifyElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>verifyElementPresent</td>
+ <td>//div[@class="VIEW-PAGE"]</td>
<td></td>
</tr>
<tr>
@@ -589,7 +589,7 @@
<tr>
<td>waitForElementPresent</td>
<td>searchTerm</td>
- <td>Test_SNF_PRL_40</td>
+ <td></td>
</tr>
<tr>
<td>type</td>
@@ -671,7 +671,6 @@
<td>link=Sign out</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_49_ChangeApplicationWhenEditPagePropertiesOfNode.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_49_ChangeApplicationWhenEditPagePropertiesOfNode.html 2010-12-29 06:38:04 UTC (rev 5660)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_49_ChangeApplicationWhenEditPagePropertiesOfNode.html 2010-12-29 10:31:22 UTC (rev 5661)
@@ -92,6 +92,11 @@
<td>Test_SNF_PRL_49</td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>label</td>
+ <td></td>
+</tr>
+<tr>
<td>type</td>
<td>label</td>
<td>Test_SNF_PRL_49</td>
@@ -702,6 +707,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Test_SNF_PRL_49</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAndWait</td>
<td>link=Test_SNF_PRL_49</td>
<td></td>
@@ -712,6 +722,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Group</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAndWait</td>
<td>link=Group</td>
<td></td>
13 years, 12 months
gatein SVN: r5660 - exo/portal/branches/3.1.x/testsuite.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-29 01:38:04 -0500 (Wed, 29 Dec 2010)
New Revision: 5660
Modified:
exo/portal/branches/3.1.x/testsuite/eXo_FunctionTest_GateIn_v3.1.x_MainFucntions_TestDefinition.ods
Log:
TESTVN-2271 - Update Referential Normalization for GateIn base on PLF 3.0.2 feedback
Modified: exo/portal/branches/3.1.x/testsuite/eXo_FunctionTest_GateIn_v3.1.x_MainFucntions_TestDefinition.ods
===================================================================
(Binary files differ)
13 years, 12 months
gatein SVN: r5659 - portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/skin/Portlet.
by do-not-reply@jboss.org
Author: kien_nguyen
Date: 2010-12-28 06:02:07 -0500 (Tue, 28 Dec 2010)
New Revision: 5659
Modified:
portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
Log:
GTNPORTAL-1394 Provides/Improves more the default styling for standard portlet CSS classes
Modified: portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css
===================================================================
--- portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-12-28 10:02:25 UTC (rev 5658)
+++ portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/skin/Portlet/Stylesheet.css 2010-12-28 11:02:07 UTC (rev 5659)
@@ -105,19 +105,16 @@
.portlet-section-subheader {
font-weight: bold;
- font-size: 10px;
line-height: 18px;
}
.portlet-section-footer {
- font-size: 11px;
line-height: 18px;
}
/* Text that belongs to the table but does not fall in one of the other categories
(e.g. explanatory or help text that is associated with the section. */
.portlet-section-text {
- font-size: 12px;
font-style: italic;
line-height: 18px;
}
@@ -154,7 +151,6 @@
/* Text in a selected cell range */
.portlet-table-selected {
color: #000;
- font-size: 12px;
background-color: #CBD4E6;
line-height: 18px;
}
@@ -176,7 +172,6 @@
/** FORMS **/
.portlet-form-label {
- font-size: 10px;
color: #333333;
line-height: 18px;
}
@@ -227,7 +222,6 @@
/* Text for a form field */
.portlet-form-field {
- font-size: 10px;
color: #000; /*margin-top: 10px;*/
line-height: 18px;
}
@@ -243,52 +237,63 @@
.portlet-menu-item {
color: #242424;
text-decoration: none;
- font-size: 12px;
- line-height: 18px;
background: #F5F9FA;
+ padding: 5px 10px;
+ border-bottom: 1px solid #cee0e4;
}
/* Selected menu item. */
.portlet-menu-item-selected {
- line-height: 18px;
+ padding: 5px 10px;
+ border-bottom: 1px solid #cee0e4;
background: #F5F9FA;
+ color: #058ee6;
}
.portlet-menu-item-hover {
- color: #058ee6;
- text-decoration: none;
- font-size: 12px;
- line-height: 18px;
+ color: #058ee6;
+ text-decoration: none;
+ padding: 5px 10px;
+ border-bottom: 1px solid #cee0e4;
background: #F5F9FA;
}
/* Selected menu item when the mouse hovers over it. */
.portlet-menu-item-hover-selected {
- line-height: 18px;
+ padding: 5px 10px;
+ border-bottom: 1px solid #cee0e4;
background: #F5F9FA;
+ color: #058ee6;
}
/* Normal, unselected menu item that has sub-menus. */
.portlet-menu-cascade-item {
line-height: 18px;
+ color: #585858;
}
/* Selected sub-menu item that has sub-menus */
.portlet-menu-cascade-item-selected {
- line-height: 18px;
+ border-bottom: 1px solid #d8e7ea;
+ padding: 5px 20px;
+ color: #058ee6;
}
.porlet-menu-cascade {
- line-height: 18px;
+ border-bottom: 1px solid #d8e7ea;
+ padding: 5px 20px;
}
.portlet-menu-cascade-item-hover {
- line-height: 18px;
+ border-bottom: 1px solid #d8e7ea;
+ padding: 5px 20px;
color: #058ee6;
}
.portlet-menu-cascade-item-hover-selected {
- line-height: 18px;
+ border-bottom: 1px solid #d8e7ea;
+ padding: 5px 20px;
+ color: #058ee6;
}
.portlet-menu-separator {
@@ -300,37 +305,51 @@
}
.portlet-menu-content {
- line-height: 18px;
+ border-bottom: 1px solid #e4eff2;
+ padding: 5px 30px;
+ color: #878787;
}
.portlet-menu-content-selected {
- line-height: 18px;
+ border-bottom: 1px solid #e4eff2;
+ padding: 5px 30px;
+ color: #058ee6;
}
.portlet-menu-content-hover {
- line-height: 18px;
+ border-bottom: 1px solid #e4eff2;
+ padding: 5px 30px;
color: #058ee6;
}
.portlet-menu-content-hover-selected {
- line-height: 18px;
+ border-bottom: 1px solid #e4eff2;
+ padding: 5px 30px;
+ color: #058ee6;
}
.portlet-menu-indicator {
- line-height: 18px;
+ padding: 5px 40px;
+ color: #bebebe;
+ border-bottom: 1px solid #f4f8f9;
}
.portlet-menu-indicator-selected {
- line-height: 18px;
+ padding: 5px 40px;
+ color: #058ee6;
+ border-bottom: 1px solid #f4f8f9;
}
.portlet-menu-indicator-hover {
- line-height: 18px;
+ padding: 5px 40px;
color: #058ee6;
+ border-bottom: 1px solid #f4f8f9;
}
.portlet-menu-indicator-hover-selected {
- line-height: 18px;
+ padding: 5px 40px;
+ color: #058ee6;
+ border-bottom: 1px solid #f4f8f9;
}
.portlet-menu-description {
13 years, 12 months
gatein SVN: r5658 - portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/Portlet.
by do-not-reply@jboss.org
Author: kien_nguyen
Date: 2010-12-28 05:02:25 -0500 (Tue, 28 Dec 2010)
New Revision: 5658
Modified:
portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/Portlet/Stylesheet.css
Log:
GTNPORTAL-1050 simpleskin should use a custom portlet css classes
Modified: portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/Portlet/Stylesheet.css
===================================================================
--- portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/Portlet/Stylesheet.css 2010-12-28 09:55:54 UTC (rev 5657)
+++ portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/Portlet/Stylesheet.css 2010-12-28 10:02:25 UTC (rev 5658)
@@ -46,7 +46,7 @@
font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
font-size: 12px;
font-style: normal;
- color: #336699;
+ color: #058bb6;
}
/* Help messages, general additional information, etc. */
@@ -97,16 +97,17 @@
}
.portlet-section-selected {
- background-color: #CBD4E6;
+ background-color: #d9d8d9;
}
.portlet-section-subheader {
font-weight: bold;
- font-size: 10px;
+ padding: 5px 0px;
}
.portlet-section-footer {
font-size: 11px;
+ border-top: 1px solid #F2F2F2;
}
/* Text that belongs to the table but does not fall in one of the other categories
@@ -121,40 +122,45 @@
/* Table header */
.portlet-table-header {
- background-color: #eef;
- padding: 0 5px 5px 5px;
+ background-color: #e9e8ed;
+ padding: 0 0px 0px 5px;
font-weight: bold;
color: #333333;
font-size: 12px;
border-bottom: 1px solid #d5d5d5;
+ line-height: 20px;
}
/* Normal text in a table cell */
-.portlet-table-body {}
+.portlet-table-body {
+ padding: 10px;
+}
/* Text in every other row in the table */
.portlet-table-alternate {
- background-color: #E6E8E5;
+ background-color: #e7e6eb;
border-bottom: 1px solid #d5d5d5;
+ padding: 5px 10px;
}
/* Text in a selected cell range */
.portlet-table-selected {
color: #000;
- font-size: 12px;
- background-color: #CBD4E6;
+ background-color: #dddddd;
+ padding: 5px 10px;
}
/* Text of a subheading */
.portlet-table-subheader {
font-weight: bold;
- color: #000;
+ color: #777777;
font-size: 12px;
+ padding: 5px;
}
/* Table footer */
.portlet-table-footer {
- padding: 5px 5px 0 5px;
+ padding: 5px;
font-weight: bold;
color: #333333;
font-size: 12px;
@@ -170,7 +176,6 @@
/** FORMS **/
.portlet-form-label {
- font-size: 10px;
color: #333333;
}
@@ -182,14 +187,15 @@
/* Form Button Style */
.portlet-form-button {
- font-size: 10px;
- font-weight: bold;
- color: #FFFFFF;
- background-color: #5078aa;
- border-top: 1px solid #97B7C6;
- border-left: 1px solid #97B7C6;
- border-bottom: 1px solid #254869;
- border-right: 1px solid #254869;
+ font-size: 11px;
+ color: #5c5c5c;
+ background-color: #cfcfcf;
+ border-top: 1px solid #dadada;
+ border-left: 1px solid #dadada;
+ border-bottom: 1px solid #9a9a9a;
+ border-right: 1px solid #9a9a9a;
+ line-height: 22px;
+ padding: 0px 20px;
}
/* Text that appears beside a context dependent action icon */
@@ -231,60 +237,161 @@
/** MENUS **/
/*General menu settings such as background color, margins, etc. */
-.portlet-menu {}
+.portlet-menu {
+}
/* Normal, unselected menu item. */
.portlet-menu-item {
- color: #242424;
- text-decoration: none;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
+ background: #dddddd;
+ color: #2e2e2e;
+ text-decoration: none;
+ margin-bottom: 1px;
+ line-height: 22px;
+ padding: 0px 5px;
}
/* Selected menu item. */
-.portlet-menu-item-selected {}
+.portlet-menu-item-selected {
+ background: #dddddd;
+ color: #058bb6;
+ margin-bottom: 1px;
+ line-height: 22px;
+ padding: 0px 5px;
+}
.portlet-menu-item-hover {
- color: #5699B7;
- text-decoration: none;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
+ background: #dddddd;
+ color: #058bb6;
+ text-decoration: none;
+ margin-bottom: 1px;
+ line-height: 22px;
+ padding: 0px 5px;
}
/* Selected menu item when the mouse hovers over it. */
-.portlet-menu-item-hover-selected {}
+.portlet-menu-item-hover-selected {
+ background: #dddddd;
+ color: #058bb6;
+ line-height: 22px;
+ margin-bottom: 1px;
+ padding: 0px 5px;
+}
/* Normal, unselected menu item that has sub-menus. */
-.portlet-menu-cascade-item {}
+.portlet-menu-cascade-item {
+ background: #e9e8ed;
+ color: #636363;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 20px;
+ border-bottom: 1px solid #dddddd;
+}
/* Selected sub-menu item that has sub-menus */
-.portlet-menu-cascade-item-selected {}
+.portlet-menu-cascade-item-selected {
+ background: #e9e8ed;
+ color: #252525;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 20px;
+ border-bottom: 1px solid #dddddd;
+}
-.porlet-menu-cascade {}
+.porlet-menu-cascade {
+ background: #e9e8ed;
+ color: #636363;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 20px;
+ border-bottom: 1px solid #dddddd;
+}
-.portlet-menu-cascade-item-hover {}
+.portlet-menu-cascade-item-hover {
+ background: #e9e8ed;
+ color: #252525;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 20px;
+ border-bottom: 1px solid #dddddd;
+}
-.portlet-menu-cascade-item-hover-selected {}
+.portlet-menu-cascade-item-hover-selected {
+ background: #e9e8ed;
+ color: #252525;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 20px;
+ border-bottom: 1px solid #dddddd;
+}
-.portlet-menu-separator {}
+.portlet-menu-separator {
+}
.portlet-menu-cascade-separator {}
-.portlet-menu-content {}
+.portlet-menu-content {
+ background: #f6f6f6;
+ color: #717171;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 30px;
+ border-bottom: 1px solid #e9e8ed;
+}
-.portlet-menu-content-selected {}
+.portlet-menu-content-selected {
+ background: #f6f6f6;
+ color: #272727;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 30px;
+ border-bottom: 1px solid #e9e8ed;
+}
-.portlet-menu-content-hover {}
+.portlet-menu-content-hover {
+ background: #f6f6f6;
+ color: #272727;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 30px;
+ border-bottom: 1px solid #e9e8ed;
+}
-.portlet-menu-content-hover-selected {}
+.portlet-menu-content-hover-selected {
+ background: #f6f6f6;
+ color: #272727;
+ text-decoration: none;
+ line-height: 22px;
+ padding: 0px 30px;
+ border-bottom: 1px solid #e9e8ed;
+}
-.portlet-menu-indicator {}
+.portlet-menu-indicator {
+ color: #8b8b8b;
+ line-height: 22px;
+ padding: 0px 40px;
+ border-bottom: 1px solid #e9e8ed;
+}
-.portlet-menu-indicator-selected {}
+.portlet-menu-indicator-selected {
+ color: #606060;
+ line-height: 22px;
+ padding: 0px 40px;
+ border-bottom: 1px solid #e9e8ed;
+}
-.portlet-menu-indicator-hover {}
+.portlet-menu-indicator-hover {
+ color: #606060;
+ line-height: 22px;
+ padding: 0px 40px;
+ border-bottom: 1px solid #e9e8ed;
+}
-.portlet-menu-indicator-hover-selected {}
+.portlet-menu-indicator-hover-selected {
+ color: #606060;
+ line-height: 22px;
+ padding: 0px 40px;
+ border-bottom: 1px solid #e9e8ed;
+}
.portlet-menu-description {}
13 years, 12 months
gatein SVN: r5657 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-28 04:55:54 -0500 (Tue, 28 Dec 2010)
New Revision: 5657
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_55_EditPageForUser.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_58_ChangeApplicationWhenEditLayoutForUserPage.html
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_63_ManagePageOfUser.html
Log:
TESTVN-2247 - Daily tests on GateIn - Clean and improve scripts
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_55_EditPageForUser.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_55_EditPageForUser.html 2010-12-28 09:16:04 UTC (rev 5656)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_55_EditPageForUser.html 2010-12-28 09:55:54 UTC (rev 5657)
@@ -167,13 +167,13 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>waitForElementPresent</td>
+ <td>//div[2]/div/div/div/div/div/div[2]/div/div/div/div/div</td>
<td></td>
</tr>
<tr>
- <td>verifyElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>verifyElementPresent</td>
+ <td>//div[2]/div/div/div/div/div/div[2]/div/div/div/div/div</td>
<td></td>
</tr>
<tr>
@@ -544,7 +544,7 @@
<tr>
<td>waitForElementPresent</td>
<td>searchTerm</td>
- <td>Test_SNF_PRL_55</td>
+ <td></td>
</tr>
<tr>
<td>type</td>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_58_ChangeApplicationWhenEditLayoutForUserPage.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_58_ChangeApplicationWhenEditLayoutForUserPage.html 2010-12-28 09:16:04 UTC (rev 5656)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_58_ChangeApplicationWhenEditLayoutForUserPage.html 2010-12-28 09:55:54 UTC (rev 5657)
@@ -167,13 +167,13 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>waitForElementPresent</td>
+ <td>// div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
- <td>verifyElementNotPresent</td>
- <td>css= div[@id="UIPortalApplication"]</td>
+ <td>verifyElementPresent</td>
+ <td>//div[@id="UIPortalApplication"]</td>
<td></td>
</tr>
<tr>
@@ -217,16 +217,26 @@
<td></td>
</tr>
<tr>
- <td>waitForElementPresent</td>
- <td>UIPortalApplication</td>
+ <td>waitForTextPresent</td>
+ <td>Test_SNF_PRL_58</td>
<td></td>
</tr>
<tr>
- <td>verifyElementPresent</td>
- <td>UIPortalApplication</td>
+ <td>verifyTextPresent</td>
+ <td>Test_SNF_PRL_58</td>
<td></td>
</tr>
<tr>
+ <td>waitForTextPresent</td>
+ <td>Calculator</td>
+ <td></td>
+</tr>
+<tr>
+ <td>verifyTextPresent</td>
+ <td>Calculator</td>
+ <td></td>
+</tr>
+<tr>
<td>echo</td>
<td>-- Return to normal view --</td>
<td></td>
@@ -496,7 +506,6 @@
<td>link=Sign out</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_63_ManagePageOfUser.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_63_ManagePageOfUser.html 2010-12-28 09:16:04 UTC (rev 5656)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_63_ManagePageOfUser.html 2010-12-28 09:55:54 UTC (rev 5657)
@@ -92,6 +92,11 @@
<td>Test_SNF_PRL_63</td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>title</td>
+ <td></td>
+</tr>
+<tr>
<td>type</td>
<td>title</td>
<td>Test_SNF_PRL_63</td>
@@ -276,7 +281,6 @@
<td>link=Sign out</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>
13 years, 12 months
gatein SVN: r5656 - in portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes: background and 1 other directory.
by do-not-reply@jboss.org
Author: kien_nguyen
Date: 2010-12-28 04:16:04 -0500 (Tue, 28 Dec 2010)
New Revision: 5656
Added:
portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/background/IconWindowPortlet.gif
Modified:
portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/Stylesheet.css
portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/background/DefaultTheme.png
portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/background/MDefaultTheme.png
Log:
GTNPORTAL-1049 simpleskin should use a custom window decortation theme
Modified: portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/Stylesheet.css
===================================================================
--- portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/Stylesheet.css 2010-12-27 09:29:08 UTC (rev 5655)
+++ portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/Stylesheet.css 2010-12-28 09:16:04 UTC (rev 5656)
@@ -34,43 +34,43 @@
}
.DefaultTheme .ArrowDownIcon {
- background-position: center 20px;
+ background-position: center 18px;
}
.DefaultTheme .OverArrowDownIcon {
- background-position: center 116px;
+ background-position: center 114px;
}
.DefaultTheme .MinimizedIcon {
- background-position: center 44px;
+ background-position: center 42px;
}
.DefaultTheme .OverMinimizedIcon {
- background-position: center 140px;
+ background-position: center 138px;
}
.DefaultTheme .MaximizedIcon {
- background-position: center 68px;
+ background-position: center 66px;
}
.DefaultTheme .OverMaximizedIcon {
- background-position: center 164px;
+ background-position: center 162px;
}
.DefaultTheme .RestoreIcon {
- background-position: center 92px;
+ background-position: center 90px;
}
.DefaultTheme .OverRestoreIcon {
- background-position: center 188px;
+ background-position: center 186px;
}
.DefaultTheme .NormalIcon {
- background-position: center 92px;
+ background-position: center 90px;
}
.DefaultTheme .OverNormalIcon {
- background-position: center 188px;
+ background-position: center 186px;
}
@@ -84,7 +84,7 @@
}
.DefaultTheme .Information {
- height: 18px; line-height: 18px;
+ height: 20px; line-height: 20px;
vertical-align: middle; font-size: 10px;
padding-left: 5px; /* orientation=lt */
padding-right: 5px; /* orientation=rt */
@@ -93,8 +93,8 @@
}
.DefaultTheme .WindowBarCenter .WindowPortletIcon {
- background-position: left top; /* orientation=lt */
- background-position: right top; /* orientation=rt */
+ background: url('background/IconWindowPortlet.gif') no-repeat left top; /* orientation=lt */
+ background: url('background/IconWindowPortlet-rt.gif') no-repeat right top; /* orientation=rt */
padding-left: 20px; /* orientation=lt */
padding-right: 20px; /* orientation=rt */
height: 16px;
@@ -110,14 +110,14 @@
}
.DefaultTheme .WindowBarLeft {
- padding-left: 12px;
+ padding-left: 8px;
background-image: url('background/DefaultTheme.png');
background-repeat: no-repeat;
background-position: left -148px;
}
.DefaultTheme .WindowBarRight {
- padding-right: 11px;
+ padding-right: 8px;
background-image: url('background/DefaultTheme.png');
background-repeat: no-repeat;
background-position: right -119px;
@@ -130,17 +130,17 @@
}
.DefaultTheme .WindowBarCenter .FixHeight {
- height: 21px;
- padding-top: 8px;
+ height: 20px;
+ padding-top: 7px;
}
.DefaultTheme .MiddleDecoratorLeft {
- padding-left: 12px;
+ padding-left: 8px;
background: url('background/MDefaultTheme.png') repeat-y left;
}
.DefaultTheme .MiddleDecoratorRight {
- padding-right: 11px;
+ padding-right: 8px;
background: url('background/MDefaultTheme.png') repeat-y right;
}
@@ -149,14 +149,14 @@
}
.DefaultTheme .BottomDecoratorLeft {
- padding-left: 12px;
+ padding-left: 8px;
background-image: url('background/DefaultTheme.png');
background-repeat: no-repeat;
background-position: left -60px;
}
.DefaultTheme .BottomDecoratorRight {
- padding-right: 11px;
+ padding-right: 8px;
background-image: url('background/DefaultTheme.png');
background-repeat: no-repeat;
background-position: right -30px;
@@ -169,7 +169,7 @@
}
.DefaultTheme .BottomDecoratorCenter .FixHeight {
- height: 30px;
+ height: 26px;
}
/*-------------------------- MacTheme ---------------------------*/
Modified: portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/background/DefaultTheme.png
===================================================================
(Binary files differ)
Added: portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/background/IconWindowPortlet.gif
===================================================================
(Binary files differ)
Property changes on: portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/background/IconWindowPortlet.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: portal/branches/branch-GTNPORTAL-1731/examples/skins/simpleskin/src/main/webapp/skin/PortletThemes/background/MDefaultTheme.png
===================================================================
(Binary files differ)
13 years, 12 months
gatein SVN: r5655 - portal/trunk/testsuite/testdefinitions.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-27 04:29:08 -0500 (Mon, 27 Dec 2010)
New Revision: 5655
Modified:
portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_BasicPortlets_TestDefinition.ods
portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_MainFunctions_TestDefinition.ods
Log:
TESTVN-2271 - Update Referential Normalization for GateIn base on PLF 3.0.2 feedback
Modified: portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_BasicPortlets_TestDefinition.ods
===================================================================
(Binary files differ)
Modified: portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_MainFunctions_TestDefinition.ods
===================================================================
(Binary files differ)
14 years