You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2012/12/21 21:01:32 UTC

svn commit: r1425117 - in /incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties: Label_Properties_tester1.mxml Label_Properties_tester2.mxml

Author: pent
Date: Fri Dec 21 20:01:31 2012
New Revision: 1425117

URL: http://svn.apache.org/viewvc?rev=1425117&view=rev
Log:
Changed case of directory name to match file system. Tests were being missed.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester1.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester2.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester1.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester1.mxml?rev=1425117&r1=1425116&r2=1425117&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester1.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester1.mxml Fri Dec 21 20:01:31 2012
@@ -17,7 +17,7 @@
   limitations under the License.
 
 -->
-<UnitTester testDir="mobile/components/Label/Properties/" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" testSWF="Label2.mxml">
+<UnitTester testDir="mobile/components/Label/properties/" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" testSWF="Label2.mxml">
 
     <mx:Script>
         <![CDATA[

Modified: incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester2.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester2.mxml?rev=1425117&r1=1425116&r2=1425117&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester2.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/Label/properties/Label_Properties_tester2.mxml Fri Dec 21 20:01:31 2012
@@ -17,7 +17,7 @@
   limitations under the License.
 
 -->
-<UnitTester testDir="mobile/components/Label/Properties/"  xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" testSWF="Label2.mxml">
+<UnitTester testDir="mobile/components/Label/properties/"  xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" testSWF="Label2.mxml">
 
 	<!-- this set of lines form a template that must be in each unit test -->