JBoss Rich Faces SVN: r8638 - trunk/samples/laguna/src/main/resources/org/richfaces/laguna.
by richfaces-svn-commits@lists.jboss.org
Author: admitriev
Date: 2008-05-19 12:56:44 -0400 (Mon, 19 May 2008)
New Revision: 8638
Modified:
trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panelMenu.xcss
Log:
Modified: trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panelMenu.xcss
===================================================================
--- trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panelMenu.xcss 2008-05-19 16:50:41 UTC (rev 8637)
+++ trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panelMenu.xcss 2008-05-19 16:56:44 UTC (rev 8638)
@@ -13,6 +13,21 @@
</u:selector>
<u:selector name=".rich-pmenu-group">
+ <u:style name="border-color" skin="newBorder" />
+ <u:style name="background-position" value="0% 50%" />
+
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.html.CustomizeableGradient">
+ <f:attribute name="valign" value="middle" />
+
+ <f:attribute name="gradientHeight" value="22px" />
+ <f:attribute name="baseColor" skin="tableSubfooterBackgroundColor" />
+ </f:resource>
+ </u:style>
+ </u:selector>
+
+
+ <u:selector name=".rich-pmenu-top-group">
<u:style name="border" value="0px" />
<u:style name="background-position" value="0% 50%" />
@@ -25,6 +40,9 @@
</f:resource>
</u:style>
</u:selector>
+
+
+
<u:selector name=".rich-pmenu-item">
<u:style name="margin" value="0px" />
16 years, 7 months
JBoss Rich Faces SVN: r8637 - trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/common/utils.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-05-19 12:50:41 -0400 (Mon, 19 May 2008)
New Revision: 8637
Modified:
trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/common/utils/Utils.js
Log:
http://jira.jboss.com/jira/browse/RF-3447, http://jira.jboss.com/jira/browse/RF-3445
Modified: trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/common/utils/Utils.js
===================================================================
--- trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/common/utils/Utils.js 2008-05-19 16:38:11 UTC (rev 8636)
+++ trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/common/utils/Utils.js 2008-05-19 16:50:41 UTC (rev 8637)
@@ -49,7 +49,6 @@
}
if (ClientUILib.isIE) {
-
var s = String();
var newOuterXml = "<table><tbody>" + src.xml + "</tbody></table>";
var newNode = document.createElement("DIV");
@@ -60,23 +59,20 @@
target.parentNode.replaceChild(imported, target);;
return imported;
-// } else if (ClientUILib.isGecko){
-// //Mozill family
-// var theDoc = document;
-//
-// Utils.DOM._clearAttributes(target);
-// Utils.DOM.copyAttributes(target, src);
-//
-// target.innerHTML = src.innerHTML;//nnerHTML.join("");
-// return target;
+ } else if (ClientUILib.isGecko){
+ //Mozill family
+ var theDoc = document;
+
+ Utils.DOM._clearAttributes(target);
+ Utils.DOM.copyAttributes(target, src);
+
+ target.innerHTML = src.innerHTML;//nnerHTML.join("");
+ return target;
} else {
//Fall back to DOM, and cross the fingers
- //src = document.importNode(src, true);
- //target.parentNode.replaceChild(src, target);
- //return src;
- //bug http://jira.jboss.com/jira/browse/RF-3332 is fixed
- target.outerHTML = new XMLSerializer().serializeToString(src);
- return target;
+ src = document.importNode(src, true);
+ target.parentNode.replaceChild(src, target);
+ return src;
}
}
else {
16 years, 7 months
JBoss Rich Faces SVN: r8636 - trunk/samples/laguna/src/main/resources/org/richfaces/laguna.
by richfaces-svn-commits@lists.jboss.org
Author: admitriev
Date: 2008-05-19 12:38:11 -0400 (Mon, 19 May 2008)
New Revision: 8636
Modified:
trunk/samples/laguna/src/main/resources/org/richfaces/laguna/dataTable.xcss
trunk/samples/laguna/src/main/resources/org/richfaces/laguna/modalPanel.xcss
trunk/samples/laguna/src/main/resources/org/richfaces/laguna/tabPanel.xcss
Log:
Modified: trunk/samples/laguna/src/main/resources/org/richfaces/laguna/dataTable.xcss
===================================================================
--- trunk/samples/laguna/src/main/resources/org/richfaces/laguna/dataTable.xcss 2008-05-19 16:38:09 UTC (rev 8635)
+++ trunk/samples/laguna/src/main/resources/org/richfaces/laguna/dataTable.xcss 2008-05-19 16:38:11 UTC (rev 8636)
@@ -43,7 +43,7 @@
</u:selector>
<u:selector name=".rich-table-header-continue" >
- <u:style name="background-position" value="0% 0%" />
+ <u:style name="background-position" value="0% 100%" />
<u:style name="background-image">
<f:resource f:key="org.richfaces.renderkit.html.CustomizeableGradient">
<f:attribute name="valign" value="top" />
@@ -55,6 +55,7 @@
</u:selector>
<u:selector name=".rich-table-headercell" >
+ <u:style name="border-color" skin="newBorder" />
</u:selector>
<u:selector name=".rich-table-subheader" >
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-19 16:38:09 UTC (rev 8635)
+++ trunk/samples/laguna/src/main/resources/org/richfaces/laguna/modalPanel.xcss 2008-05-19 16:38:11 UTC (rev 8636)
@@ -26,7 +26,7 @@
<u:selector name=".rich-mp-content">
<u:style name="padding" value="0px" />
- <u:style name="border-color" skin="tableBorderColor" />
+ <u:style name="border-color" skin="newBorder" />
</u:selector>
<u:selector name=".rich-mpnl-body">
@@ -47,7 +47,7 @@
<u:style name="border-top" value="0px" />
<u:style name="border-right" value="0px" />
<u:style name="border-left" value="0px" />
- <u:style name="border-color" skin="tableBorderColor" />
+ <u:style name="border-color" skin="newBorder" />
<u:style name="background-position" value="0% 50%" />
Modified: trunk/samples/laguna/src/main/resources/org/richfaces/laguna/tabPanel.xcss
===================================================================
--- trunk/samples/laguna/src/main/resources/org/richfaces/laguna/tabPanel.xcss 2008-05-19 16:38:09 UTC (rev 8635)
+++ trunk/samples/laguna/src/main/resources/org/richfaces/laguna/tabPanel.xcss 2008-05-19 16:38:11 UTC (rev 8636)
@@ -10,8 +10,7 @@
<u:selector name=".dr-bottom-line">
- <u:style name="border-bottom-width" value="3px" />
- <u:style name="border-bottom-color" skin="headerBackgroundColor" />
+ <u:style name="border-color" skin="newBorder" />
</u:selector>
<u:selector name=".rich-tab-label">
@@ -19,33 +18,59 @@
<u:selector name=".rich-tab-active">
<u:style name="color" skin="headerTextColor" />
+ <u:style name="background-position" value="0% 0%" />
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.html.CustomizeableGradient">
+ <f:attribute name="valign" value="top" />
+ <f:attribute name="gradientType" value="plain" />
+ <f:attribute name="gradientHeight" value="15px" />
+ <f:attribute name="baseColor" skin="generalBackgroundColor" />
+ <f:attribute name="gradientColor" skin="headerBackgroundColor" />
+ </f:resource>
+ </u:style>
+ </u:selector>
+
+ <u:selector name=".rich-tab-inactive">
<u:style name="background-position" value="0% 50%" />
<u:style name="background-image">
<f:resource f:key="org.richfaces.renderkit.html.CustomizeableGradient">
<f:attribute name="valign" value="middle" />
-
- <f:attribute name="gradientHeight" value="20px" />
+ <f:attribute name="gradientHeight" value="22px" />
<f:attribute name="baseColor" skin="headerBackgroundColor" />
- <f:attribute name="gradientColor" skin="headerGradientColor" />
</f:resource>
</u:style>
</u:selector>
- <u:selector name=".rich-tab-inactive">
- </u:selector>
-
<u:selector name=".rich-tab-disabled">
+ <u:style name="color" skin="newBorder" />
+ <u:style name="background-position" value="0% 50%" />
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.html.CustomizeableGradient">
+ <f:attribute name="valign" value="middle" />
+ <f:attribute name="gradientHeight" value="22px" />
+ <f:attribute name="baseColor" skin="headerBackgroundColor" />
+ </f:resource>
+ </u:style>
</u:selector>
<u:selector name=".rich-tabpanel-content">
+ <u:style name="border-color" skin="newBorder" />
</u:selector>
<u:selector name=".rich-tabpanel-content-position">
</u:selector>
<u:selector name=".rich-tabhdr-side-border">
+ <u:style name="background-color" skin="newBorder" />
+ <u:style name="background-image" value="none" />
</u:selector>
<u:selector name=".rich-tabhdr-side-cell">
+ <u:style name="border-color" skin="newBorder" />
</u:selector>
+
+
+
+
+
</f:template>
16 years, 7 months
JBoss Rich Faces SVN: r8635 - trunk/test-applications/seleniumTest/src/test/java/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: dsvyatobatsko
Date: 2008-05-19 12:38:09 -0400 (Mon, 19 May 2008)
New Revision: 8635
Modified:
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/ComboBoxTest.java
Log:
combobox component test extension
Modified: trunk/test-applications/seleniumTest/src/test/java/org/richfaces/ComboBoxTest.java
===================================================================
--- trunk/test-applications/seleniumTest/src/test/java/org/richfaces/ComboBoxTest.java 2008-05-19 16:09:43 UTC (rev 8634)
+++ trunk/test-applications/seleniumTest/src/test/java/org/richfaces/ComboBoxTest.java 2008-05-19 16:38:09 UTC (rev 8635)
@@ -42,16 +42,41 @@
String parentId = getParentId() + "_form:";
- String predefinedCBId = parentId + "predefinedcomboboxField";
- String selectItemsCBId = parentId + "selectItemscomboboxField";
- String suggestionValuesCBId = parentId + "suggestionValuescomboboxField";
+ String predefinedCBId = parentId + "predefined";
+ String selectItemsCBId = parentId + "selectItems";
+ String suggestionValuesCBId = parentId + "suggestionValues";
writeStatus("check components\\' default labels");
- getTextById(predefinedCBId).startsWith("Select a");
- getTextById(selectItemsCBId).startsWith("Select a");
- getTextById(suggestionValuesCBId).startsWith("Select a");
+ getTextById(predefinedCBId + "comboboxField").startsWith("Select a");
+ getTextById(selectItemsCBId + "comboboxField").startsWith("Select a");
+ getTextById(suggestionValuesCBId + "comboboxField").startsWith("Select a");
+ writeStatus("check a combobox with predefined suggestions");
+
+ clickById(predefinedCBId);
+ writeStatus("type \"Hunt\"");
+
+ selenium.type(predefinedCBId + "comboboxField", "Hunt");
+ selenium.typeKeys(predefinedCBId + "comboboxField", "Hunt");
+
+ Assert.assertTrue(isVisibleById(predefinedCBId + "list"), "Component pop-up should show up on click");
+
+ clickById(predefinedCBId + "list");
+
+ Assert.assertFalse(isVisibleById(predefinedCBId + "list"), "Component pop-up has to be closed");
+ Assert.assertEquals(getValue(predefinedCBId), "Hunter");
+
+ delay(2000);
}
+ /**
+ * Gets component value.
+ * @param clientId
+ * @return
+ */
+ private String getValue(String clientId) {
+ return runScript("$('" + clientId + "comboboxValue').value;");
+ }
+
}
16 years, 7 months
JBoss Rich Faces SVN: r8634 - trunk/samples/scrollableDataTableDemo/src/main/webapp/pages.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2008-05-19 12:09:43 -0400 (Mon, 19 May 2008)
New Revision: 8634
Modified:
trunk/samples/scrollableDataTableDemo/src/main/webapp/pages/sg.jsp
Log:
small fix
Modified: trunk/samples/scrollableDataTableDemo/src/main/webapp/pages/sg.jsp
===================================================================
--- trunk/samples/scrollableDataTableDemo/src/main/webapp/pages/sg.jsp 2008-05-19 15:24:00 UTC (rev 8633)
+++ trunk/samples/scrollableDataTableDemo/src/main/webapp/pages/sg.jsp 2008-05-19 16:09:43 UTC (rev 8634)
@@ -1,7 +1,6 @@
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
-<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/scrollableDataTable" prefix="sg"%>
<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/dataTable" prefix="dt"%>
<html>
@@ -50,8 +49,6 @@
</h:form>
<h:form>
- <c:set var="renderFooter" value="#{true}"/>
-
<sg:scrollableDataTable value="#{jiraService.channel.issues}"
var="issues"
first="0"
@@ -70,12 +67,9 @@
<h:outputText value="#{issues.index}"></h:outputText>
- <c:if test="#{renderFooter}">
<f:facet name="footer">
<h:outputText value="footer0"></h:outputText>
</f:facet>
- </c:if>
-
</dt:column>
<dt:column width="200px" sortExpression="#{issues.key.value}">
@@ -86,11 +80,9 @@
<h:outputText value="#{issues.key.value}"></h:outputText>
- <c:if test="#{renderFooter}">
<f:facet name="footer">
<h:outputText value="footer1"></h:outputText>
</f:facet>
- </c:if>
</dt:column>
@@ -102,11 +94,9 @@
<h:outputText value="#{issues.summary}"></h:outputText>
- <c:if test="#{renderFooter}">
<f:facet name="footer">
<h:outputText value="footer2"></h:outputText>
</f:facet>
- </c:if>
</dt:column>
<dt:column width="200px">
@@ -117,11 +107,9 @@
<h:inputText value="#{issues.assignee}" converter="#{jiraUserConverter}" styleClass="inputStyle"></h:inputText>
- <c:if test="#{renderFooter}">
<f:facet name="footer">
<h:outputText value="footer3"></h:outputText>
</f:facet>
- </c:if>
</dt:column>
<dt:column width="200px">
@@ -138,11 +126,9 @@
<f:selectItem itemValue="#{status_reopened}" itemLabel="Reopened"/>
</h:selectOneMenu>
- <c:if test="#{renderFooter}">
<f:facet name="footer">
<h:outputText value="footer4"></h:outputText>
</f:facet>
- </c:if>
</dt:column>
<dt:column width="200px">
@@ -153,11 +139,9 @@
<h:outputText value="#{issues.reporter.username}"></h:outputText>
- <c:if test="#{renderFooter}">
<f:facet name="footer">
<h:outputText value="footer5"></h:outputText>
</f:facet>
- </c:if>
</dt:column>
<dt:column width="200px">
@@ -174,11 +158,9 @@
<f:selectItem itemValue="#{priority_cosmetic}" itemLabel="Cosmetic"/>
</h:selectOneMenu>
- <c:if test="#{renderFooter}">
<f:facet name="footer">
<h:outputText value="footer6"></h:outputText>
</f:facet>
- </c:if>
</dt:column>
<dt:column width="200px">
@@ -189,11 +171,9 @@
<h:inputText value="#{issues.resolution}" styleClass="inputStyle"></h:inputText>
- <c:if test="#{renderFooter}">
<f:facet name="footer">
<h:outputText value="footer8"></h:outputText>
</f:facet>
- </c:if>
</dt:column>
</sg:scrollableDataTable>
<h:commandButton value="submit"></h:commandButton>
16 years, 7 months
JBoss Rich Faces SVN: r8633 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples.
by richfaces-svn-commits@lists.jboss.org
Author: maksimkaszynski
Date: 2008-05-19 11:24:00 -0400 (Mon, 19 May 2008)
New Revision: 8633
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-3388
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2008-05-19 13:14:48 UTC (rev 8632)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2008-05-19 15:24:00 UTC (rev 8633)
@@ -36,7 +36,7 @@
<rich:jQuery selector="#gallery img" query="addClass('pic-normal')"/>
- <rich:jQuery selector="#gallery img" query="wrap('<div class=\'wrap1\'>')" />
+ <rich:jQuery selector="#gallery img" query="wrap('<div class=\'wrap1\'></div>')" />
<rich:jQuery selector="#gallery img" query="mouseover(function(){enlargePic(this)})"/>
<rich:jQuery selector="#gallery img" query="mouseout(function(){normalPic(this)})"/>
16 years, 7 months
JBoss Rich Faces SVN: r8632 - trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: pyaschenko
Date: 2008-05-19 09:14:48 -0400 (Mon, 19 May 2008)
New Revision: 8632
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js
Log:
http://jira.jboss.com/jira/browse/RF-3443
Modified: trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js
===================================================================
--- trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js 2008-05-19 12:21:03 UTC (rev 8631)
+++ trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js 2008-05-19 13:14:48 UTC (rev 8632)
@@ -406,12 +406,15 @@
},
onClick: function(event) {
- this.wasScroll = false;
- this.wasBlur = false;
- var element = this._findTr(event);//Event.findElement(event, 'TR');
- this.index = element.autocompleteIndex;
- this.selectEntry(event);
- this.hide();
+ if (this.active)
+ {
+ this.wasScroll = false;
+ this.wasBlur = false;
+ var element = this._findTr(event);//Event.findElement(event, 'TR');
+ this.index = element.autocompleteIndex;
+ this.selectEntry(event);
+ this.hide();
+ }
},
onMouseOut: function(event) {
16 years, 8 months
JBoss Rich Faces SVN: r8631 - in trunk/samples/scrollableDataTableDemo/src/main/webapp: WEB-INF and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2008-05-19 08:21:03 -0400 (Mon, 19 May 2008)
New Revision: 8631
Modified:
trunk/samples/scrollableDataTableDemo/src/main/webapp/WEB-INF/web.xml
trunk/samples/scrollableDataTableDemo/src/main/webapp/index.jsp
Log:
small fix
Modified: trunk/samples/scrollableDataTableDemo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/samples/scrollableDataTableDemo/src/main/webapp/WEB-INF/web.xml 2008-05-19 11:21:33 UTC (rev 8630)
+++ trunk/samples/scrollableDataTableDemo/src/main/webapp/WEB-INF/web.xml 2008-05-19 12:21:03 UTC (rev 8631)
@@ -76,7 +76,7 @@
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
- <url-pattern>*.jsf</url-pattern>
+ <url-pattern>/faces/*</url-pattern>
</servlet-mapping>
<login-config>
<auth-method>BASIC</auth-method>
Modified: trunk/samples/scrollableDataTableDemo/src/main/webapp/index.jsp
===================================================================
--- trunk/samples/scrollableDataTableDemo/src/main/webapp/index.jsp 2008-05-19 11:21:33 UTC (rev 8630)
+++ trunk/samples/scrollableDataTableDemo/src/main/webapp/index.jsp 2008-05-19 12:21:03 UTC (rev 8631)
@@ -2,6 +2,6 @@
<html>
<head></head>
<body>
- <jsp:forward page="/pages/scrollable-grid.jsf" />
+ <jsp:forward page="/faces/pages/scrollable-grid.xhtml" />
</body>
</html>
\ No newline at end of file
16 years, 8 months
JBoss Rich Faces SVN: r8630 - Reports/3.2.1 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-05-19 07:21:33 -0400 (Mon, 19 May 2008)
New Revision: 8630
Added:
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/QA test report Build RF 3.2.1 CR4.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/QA test report Build RF 3.2.1 CR4.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 8 months
JBoss Rich Faces SVN: r8629 - Reports/3.2.1 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-05-19 05:56:27 -0400 (Mon, 19 May 2008)
New Revision: 8629
Added:
trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4ayanul.xls
trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4gmaksimenko.xls
trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4mvitenkov.xls
trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5tkuprevich.xls
Log:
Added: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4ayanul.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4ayanul.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4gmaksimenko.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4gmaksimenko.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4mvitenkov.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR4mvitenkov.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5tkuprevich.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.1/DailyReportCR5tkuprevich.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 8 months