Author: yonik
Date: 2007-07-12 03:41:40 -0400 (Thu, 12 Jul 2007)
New Revision: 81846

Added:
   
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/LocalizingClientResourcesWalkthrough/
   
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/LocalizingClientResourcesWalkthrough/Default.html
Modified:
   
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/LocalizingClientResourcesWalkthrough/ClientVerification.cs
   
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/LocalizingClientResourcesWalkthrough/Default.aspx
   
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/Properties/AssemblyInfo.cs
   
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/QuickStartTestSuite.html
Log:
By   : Yonik <[EMAIL PROTECTED]>
New tests for QuickStarts test suite : LocalizingClientResourcesWalkthrough

Modified: 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/LocalizingClientResourcesWalkthrough/ClientVerification.cs
===================================================================
--- 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/LocalizingClientResourcesWalkthrough/ClientVerification.cs
        2007-07-12 04:26:48 UTC (rev 81845)
+++ 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/LocalizingClientResourcesWalkthrough/ClientVerification.cs
        2007-07-12 07:41:40 UTC (rev 81846)
@@ -24,7 +24,7 @@
             _firstInt = random.Next(0, 20);
             _secondInt = random.Next(0, 20);
 
-            ResourceManager rm = new 
ResourceManager("LocalizingScriptResources.VerificationResources", 
this.GetType().Assembly);
+            ResourceManager rm = new 
ResourceManager("SystemWebExtensionsAUT.LocalizingClientResourcesWalkthrough.VerificationResources",
 this.GetType().Assembly);
             Controls.Clear();
 
             _firstLabel = new Label();

Modified: 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/LocalizingClientResourcesWalkthrough/Default.aspx
===================================================================
--- 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/LocalizingClientResourcesWalkthrough/Default.aspx
 2007-07-12 04:26:48 UTC (rev 81845)
+++ 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/LocalizingClientResourcesWalkthrough/Default.aspx
 2007-07-12 07:41:40 UTC (rev 81846)
@@ -33,7 +33,7 @@
         <br /><br />
         <asp:ScriptManager ID="ScriptManager1" EnableScriptLocalization="true" 
runat="server">
         <Scripts>
-            <asp:ScriptReference Assembly="LocalizingScriptResources" 
Name="LocalizingScriptResources.CheckAnswer.js" />
+            <asp:ScriptReference Assembly="SystemWebExtensionsAUT" 
Name="SystemWebExtensionsAUT.LocalizingClientResourcesWalkthrough.CheckAnswer.js"
 />
         </Scripts>
         </asp:ScriptManager>
         <div>

Modified: 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/Properties/AssemblyInfo.cs
===================================================================
--- 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/Properties/AssemblyInfo.cs
        2007-07-12 04:26:48 UTC (rev 81845)
+++ 
trunk/mcs/class/System.Web.Extensions/Test/standalone/AUT/Properties/AssemblyInfo.cs
        2007-07-12 07:41:40 UTC (rev 81846)
@@ -38,3 +38,4 @@
 [assembly: 
WebResource("SystemWebExtensionsAUT.System.Web.UI.ScriptReference.UpdatePanelAnimation.js",
 "application/x-javascript")]
 [assembly: 
WebResource("SystemWebExtensionsAUT.DynamicScriptReferencesHowTo.Scripts.Scripts.js","application/x-javascript")]
 [assembly: 
WebResource("SystemWebExtensionsAUT.DynamicScriptReferencesHowTo.Scripts.Scripts.debug.js",
 "application/x-javascript")]
+[assembly: 
WebResource("SystemWebExtensionsAUT.LocalizingClientResourcesWalkthrough.CheckAnswer.js",
 "application/x-javascript")]

Added: 
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/LocalizingClientResourcesWalkthrough/Default.html
===================================================================
--- 
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/LocalizingClientResourcesWalkthrough/Default.html
 2007-07-12 04:26:48 UTC (rev 81845)
+++ 
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/LocalizingClientResourcesWalkthrough/Default.html
 2007-07-12 07:41:40 UTC (rev 81846)
@@ -0,0 +1,34 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Default</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Default</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       
<td>http://localhost/SystemWebExtensionsAUT/LocalizingClientResourcesWalkthrough/Default.aspx</td>
+       <td></td>
+</tr>
+<tr>
+       <td>verifyValue</td>
+       <td>Button</td>
+       <td>Verify Answer</td>
+</tr>
+<tr>
+       <td>select</td>
+       <td>selectLanguage</td>
+       <td>label=Italian</td>
+</tr>
+<tr>
+       <td>verifyValue</td>
+       <td>Button</td>
+       <td>Verificare la risposta</td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Modified: 
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/QuickStartTestSuite.html
===================================================================
--- 
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/QuickStartTestSuite.html
  2007-07-12 04:26:48 UTC (rev 81845)
+++ 
trunk/mcs/class/System.Web.Extensions/Test/standalone/QuickStarts/QuickStartTestSuite.html
  2007-07-12 07:41:40 UTC (rev 81846)
@@ -37,6 +37,9 @@
 <tr>
 <td><a target="testFrame" 
href="StringBuilder/StringBuilderOverviewSample.html">StringBuilder-StringBuilderOverviewSample</a></td>
 </tr>
+<tr>
+<td><a target="testFrame" 
href="LocalizingClientResourcesWalkthrough/Default.html">LocalizingClientResourcesWalkthrough-Default.html</a></td>
+</tr>
 </table>
 </body>
 </html>
\ No newline at end of file

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to