JBoss Rich Faces SVN: r8710 - Reports/3.2.1 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-05-22 12:12:17 -0400 (Thu, 22 May 2008)
New Revision: 8710
Modified:
trunk/test-applications/qa/Test Reports/3.2.1/QA test report Build RF 3.2.1 CR5.xls
Log:
Modified: trunk/test-applications/qa/Test Reports/3.2.1/QA test report Build RF 3.2.1 CR5.xls
===================================================================
(Binary files differ)
16 years, 7 months
JBoss Rich Faces SVN: r8709 - trunk/test-applications/seleniumTest/src/test/java/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: dsvyatobatsko
Date: 2008-05-22 11:56:44 -0400 (Thu, 22 May 2008)
New Revision: 8709
Modified:
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InplaceSelectTest.java
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/PickListTest.java
Log:
dom->xpath
Modified: trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InplaceSelectTest.java
===================================================================
--- trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InplaceSelectTest.java 2008-05-22 15:55:00 UTC (rev 8708)
+++ trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InplaceSelectTest.java 2008-05-22 15:56:44 UTC (rev 8709)
@@ -65,8 +65,7 @@
writeStatus("Select second element"); //Birch
- selenium.mouseMove("dom=selenium.browserbot.getCurrentWindow().$('list" + inplaceSelectId
- + "').down('span', 1)");
+ selenium.mouseMove("xpath=//div[@id='list" + inplaceSelectId + "']/span[2]");
selenium.fireEvent(okButton, "mousedown");
writeStatus("Check that a new element is selected");
@@ -76,8 +75,8 @@
writeStatus("Select another element"); // Aspen
selenium.doubleClick(inplaceSelectId);
- selenium.mouseMove("dom=selenium.browserbot.getCurrentWindow().$('list" + inplaceSelectId
- + "').down('span', 2)");
+
+ selenium.mouseMove("xpath=//div[@id='list" + inplaceSelectId + "']/span[3]");
selenium.fireEvent(cancelButton, "mousedown");
writeStatus("Cancel selected value.");
Modified: trunk/test-applications/seleniumTest/src/test/java/org/richfaces/PickListTest.java
===================================================================
--- trunk/test-applications/seleniumTest/src/test/java/org/richfaces/PickListTest.java 2008-05-22 15:55:00 UTC (rev 8708)
+++ trunk/test-applications/seleniumTest/src/test/java/org/richfaces/PickListTest.java 2008-05-22 15:56:44 UTC (rev 8709)
@@ -65,18 +65,16 @@
writeStatus("Verify initial selected items.");
- Assert.assertEquals(selenium.getText("dom=selenium.browserbot.getCurrentWindow().$('" + destListId
- + "').down('tr', 0)"), "ZHURIK");
- Assert.assertEquals(selenium.getText("dom=selenium.browserbot.getCurrentWindow().$('" + destListId
- + "').down('tr', 1)"), "MELESHKO");
+ Assert.assertEquals(selenium.getText("xpath=//tbody[@id='" + destListId + "']/tr[1]"), "ZHURIK");
+ Assert.assertEquals(selenium.getText("xpath=//tbody[@id='" + destListId + "']/tr[2]"), "MELESHKO");
writeStatus("Try to select first item and check state thereafter");
- selenium.doubleClick("dom=selenium.browserbot.getCurrentWindow().$('" + srcListId + "').down('tr').down('td')");
+ selenium.doubleClick("xpath=//tbody[@id='" + srcListId + "']/tr/td");
+
Assert.assertEquals(getNumberOfChildren(srcListId), 5);
Assert.assertEquals(getNumberOfChildren(destListId), 3);
- Assert.assertEquals(selenium.getText("dom=selenium.browserbot.getCurrentWindow().$('" + destListId
- + "').down('tr', 2)"), "LEONTIEV");
+ Assert.assertEquals(selenium.getText("xpath=//tbody[@id='" + destListId + "']/tr[3]"), "LEONTIEV");
}
16 years, 7 months
JBoss Rich Faces SVN: r8708 - Reports/3.2.1 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-05-22 11:55:00 -0400 (Thu, 22 May 2008)
New Revision: 8708
Added:
trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5ayanul.xls
trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5gmaksimenko.xls
trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5mvitenkov.xls
trunk/test-applications/qa/Test Reports/3.2.1/QA test report Build RF 3.2.1 CR5.xls
Modified:
trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5tkuprevich.xls
trunk/test-applications/qa/Test Reports/3.2.1/QA test report Build RF 3.2.1 CR4.xls
Log:
Added: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5ayanul.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5ayanul.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5gmaksimenko.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5gmaksimenko.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5mvitenkov.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5mvitenkov.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5tkuprevich.xls
===================================================================
(Binary files differ)
Modified: trunk/test-applications/qa/Test Reports/3.2.1/QA test report Build RF 3.2.1 CR4.xls
===================================================================
(Binary files differ)
Added: trunk/test-applications/qa/Test Reports/3.2.1/QA test report Build RF 3.2.1 CR5.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/QA test report Build RF 3.2.1 CR5.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 7 months
JBoss Rich Faces SVN: r8707 - in trunk/samples/richfaces-demo/src/main/webapp: richfaces/push and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2008-05-22 11:28:03 -0400 (Thu, 22 May 2008)
New Revision: 8707
Added:
trunk/samples/richfaces-demo/src/main/webapp/images/cn_plugnskin.gif
trunk/samples/richfaces-demo/src/main/webapp/images/ico_plugnskin.gif
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
Log:
plugnskin icons
Added: trunk/samples/richfaces-demo/src/main/webapp/images/cn_plugnskin.gif
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/images/cn_plugnskin.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/images/ico_plugnskin.gif
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/images/ico_plugnskin.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2008-05-22 14:57:07 UTC (rev 8706)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2008-05-22 15:28:03 UTC (rev 8707)
@@ -8,17 +8,15 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<style>
-.viewsourcepanel {
- padding: 10px;
- width: 100%;
- overflow: auto;
- border-width: 0;
- background-color: #FFFFFF;
-}
-
-.viewsourcebody {
- padding: 0;
-}
+ .viewsourcepanel {
+ padding:10px;
+ width:100%;
+ overflow:auto;
+ border-width:0;
+ }
+ .viewsourcebody {
+ padding:0;
+ }
</style>
<p>The <a4j:push> periodically perform AJAX request to
server, to simulate 'push' data.</p>
@@ -32,11 +30,12 @@
specifies the interval in ms. for call push request. Simple example of
usage:</p>
<p>
- <fieldset class="demo_fieldset"><legend class="demo_legend">Page
- code:</legend> <rich:panel styleClass="viewsourcepanel"
- bodyClass="viewsourcebody rich-laguna-panel-no-header">
- <rich:insert highlight="xhtml"
- src="/richfaces/push/snippets/page.xhtml" />
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">Page code:</legend>
+
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody rich-laguna-panel-no-header">
+ <rich:insert highlight="xhtml"
+ src="/richfaces/push/snippets/page.xhtml" />
</rich:panel></fieldset>
</p>
<p>
16 years, 7 months
JBoss Rich Faces SVN: r8706 - trunk/test-applications/seleniumTest/src/test/java/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: dsvyatobatsko
Date: 2008-05-22 10:57:07 -0400 (Thu, 22 May 2008)
New Revision: 8706
Modified:
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InputNumberSpinnerTest.java
Log:
Modified: trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InputNumberSpinnerTest.java
===================================================================
--- trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InputNumberSpinnerTest.java 2008-05-22 14:52:02 UTC (rev 8705)
+++ trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InputNumberSpinnerTest.java 2008-05-22 14:57:07 UTC (rev 8706)
@@ -36,7 +36,7 @@
public void testInputNumberSpinnerComponent() throws Exception {
_testInputNumberSpinnerComponent(Templates.SIMPLE);
//it looks as if the spinner does not work inside rich:dataTable
- //_testInputNumberSpinnerComponent(Templates.DATATABLE);
+ _testInputNumberSpinnerComponent(Templates.DATATABLE);
_testInputNumberSpinnerComponent(Templates.MODALPANEL);
}
16 years, 7 months
JBoss Rich Faces SVN: r8705 - trunk/test-applications/seleniumTest/src/test/java/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: dsvyatobatsko
Date: 2008-05-22 10:52:02 -0400 (Thu, 22 May 2008)
New Revision: 8705
Modified:
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InputNumberSpinnerTest.java
Log:
some simplifications
Modified: trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InputNumberSpinnerTest.java
===================================================================
--- trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InputNumberSpinnerTest.java 2008-05-22 14:46:54 UTC (rev 8704)
+++ trunk/test-applications/seleniumTest/src/test/java/org/richfaces/InputNumberSpinnerTest.java 2008-05-22 14:52:02 UTC (rev 8705)
@@ -36,7 +36,7 @@
public void testInputNumberSpinnerComponent() throws Exception {
_testInputNumberSpinnerComponent(Templates.SIMPLE);
//it looks as if the spinner does not work inside rich:dataTable
- _testInputNumberSpinnerComponent(Templates.DATATABLE);
+ //_testInputNumberSpinnerComponent(Templates.DATATABLE);
_testInputNumberSpinnerComponent(Templates.MODALPANEL);
}
@@ -44,7 +44,7 @@
renderPage("/faces/pages/inputNumberSpinner/inputNumberSpinnerTest.xhtml", template);
writeStatus("check whether the spinner is invariant with respect to pair of sequential opposite operations");
-
+
//start value = 20
String before = getSpinnerValue();
clickUp();
@@ -74,14 +74,14 @@
private void clickUp() {
String id = getParentId() + "_form:" + "spinnerButtons";
- selenium.fireEvent("dom=selenium.browserbot.getCurrentWindow().$('" + id + "').down('tbody').down('tr', 0).down('td').down('input')", "mousedown");
- selenium.fireEvent("dom=selenium.browserbot.getCurrentWindow().$('" + id + "').down('tbody').down('tr', 0).down('td').down('input')", "mouseup");
+ selenium.fireEvent("xpath=//table[@id='" + id + "']/tbody/tr[1]/td/input", "mousedown");
+ selenium.fireEvent("xpath=//table[@id='" + id + "']/tbody/tr[1]/td/input", "mouseup");
}
private void clickDown() {
String id = getParentId() + "_form:" + "spinnerButtons";
- selenium.fireEvent("dom=selenium.browserbot.getCurrentWindow().$('" + id + "').down('tbody').down('tr', 1).down('td').down('input')", "mousedown");
- selenium.fireEvent("dom=selenium.browserbot.getCurrentWindow().$('" + id + "').down('tbody').down('tr', 1).down('td').down('input')", "mouseup");
+ selenium.fireEvent("xpath=//table[@id='" + id + "']/tbody/tr[2]/td/input", "mousedown");
+ selenium.fireEvent("xpath=//table[@id='" + id + "']/tbody/tr[2]/td/input", "mouseup");
}
private String getSpinnerValue() {
16 years, 7 months
JBoss Rich Faces SVN: r8704 - trunk/samples/richfaces-demo/src/main/webapp/templates/include.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2008-05-22 10:46:54 -0400 (Thu, 22 May 2008)
New Revision: 8704
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
Log:
viewsource header corrected
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2008-05-22 14:38:43 UTC (rev 8703)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2008-05-22 14:46:54 UTC (rev 8704)
@@ -25,7 +25,7 @@
}
.viewsourceheader {
- border: 0px; padding: 0px; height: 6px; background-color: #E1E7ED;
+ border: 0px; padding: 0px; height: 6px; background-color: #E1E7ED; background-image:none;
}
.viewsourcediv {
16 years, 7 months
JBoss Rich Faces SVN: r8703 - trunk/samples/laguna/src/main/resources/org/richfaces/laguna.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2008-05-22 10:38:43 -0400 (Thu, 22 May 2008)
New Revision: 8703
Modified:
trunk/samples/laguna/src/main/resources/org/richfaces/laguna/modalPanel.xcss
trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panel.xcss
Log:
no header class returned
Modified: trunk/samples/laguna/src/main/resources/org/richfaces/laguna/modalPanel.xcss
===================================================================
--- trunk/samples/laguna/src/main/resources/org/richfaces/laguna/modalPanel.xcss 2008-05-22 14:34:10 UTC (rev 8702)
+++ trunk/samples/laguna/src/main/resources/org/richfaces/laguna/modalPanel.xcss 2008-05-22 14:38:43 UTC (rev 8703)
@@ -83,6 +83,8 @@
<u:selector name=".rich-mpnl-mask-div">
</u:selector>
-
+ <u:selector name=".rich-laguna-mpnl-no-header">
+ <u:style name="background-image" value="none"/>
+ </u:selector>
</f:template>
Modified: trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panel.xcss
===================================================================
--- trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panel.xcss 2008-05-22 14:34:10 UTC (rev 8702)
+++ trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panel.xcss 2008-05-22 14:38:43 UTC (rev 8703)
@@ -46,4 +46,7 @@
</f:resource>
</u:style>
</u:selector>
-</f:template>
\ No newline at end of file
+ <u:selector name=".rich-laguna-panel-no-header">
+ <u:style name="background-image" value="none"/>
+ </u:selector>
+</f:template>
16 years, 7 months
JBoss Rich Faces SVN: r8702 - trunk/samples/richfaces-demo/src/main/webapp/templates/include.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2008-05-22 10:34:10 -0400 (Thu, 22 May 2008)
New Revision: 8702
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
Log:
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2008-05-22 14:33:35 UTC (rev 8701)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2008-05-22 14:34:10 UTC (rev 8702)
@@ -21,7 +21,7 @@
}
.viewsourcebody {
- padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color:#{a4jSkin.generalBackgroundColor}
+ padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px;
}
.viewsourceheader {
16 years, 7 months
JBoss Rich Faces SVN: r8701 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2008-05-22 10:33:35 -0400 (Thu, 22 May 2008)
New Revision: 8701
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wizard.xhtml
Log:
column class corrected
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wizard.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wizard.xhtml 2008-05-22 14:33:21 UTC (rev 8700)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wizard.xhtml 2008-05-22 14:33:35 UTC (rev 8701)
@@ -10,7 +10,7 @@
.col2 { vertical-align:top; width:450px; }
.wizard { width:400px; }
.wform td { vertical-align:top; }
- .wfcol1 { text-align: right; }
+ .wfcol1 { text-align: right; white-space:nowrap;}
.wfcol2 { }
.wfcol3 { }
.s1row td { height:30px; }
16 years, 7 months