You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/08/29 00:26:51 UTC

[jira] [Comment Edited] (FLEX-33689) Flex Library project unit tests creates invalid FlexUnitApplication.mxml

    [ https://issues.apache.org/jira/browse/FLEX-33689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752952#comment-13752952 ] 

Justin Mclean edited comment on FLEX-33689 at 8/28/13 10:26 PM:
----------------------------------------------------------------

This is a Flash Builder issue not an Apache Flex issue. Adobe are aware of the issue and looking in to it.

https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug
                
      was (Author: jmclean):
    This is a Flash Builder issue not a Apache Flex issue. Adobe are aware of the issue and looking in to it.

https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug
                  
> Flex Library project unit tests creates invalid FlexUnitApplication.mxml
> ------------------------------------------------------------------------
>
>                 Key: FLEX-33689
>                 URL: https://issues.apache.org/jira/browse/FLEX-33689
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Apache Flex 4.10.0
>         Environment: windows 7
>            Reporter: Jozef Chutka
>              Labels: layout, unit-test
>
> reproduce:
> 1. create Flex Library project (generic library, Flex 4.10.0 + AIR 3.8 SDK, exclude AIR libraries)
> 2. right click project, new, Test Case Class
> 3. create a simple [Test] function inside
> 4. right click project, Execute FlexUnit Tests
> 5. compilation fails with
> Encountered errors or warnings while building project FlexUnitApplication.mxml.
>   FlexUnitApplication.mxml: Initializer for 'layout': values of type spark.layouts.supportClasses.LayoutBase cannot be represented in text.
> automaticaly created FlexUnitApplication.mxml file contains:
> <?xml version="1.0" encoding="utf-8"?>
> <!-- This is an auto generated file and is not intended for modification. -->
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
>                xmlns:s="library://ns.adobe.com/flex/spark"
>                xmlns:mx="library://ns.adobe.com/flex/mx"
>                xmlns:flexui="flexunit.flexui.*"
>                minWidth="955" minHeight="600" creationComplete="onCreationComplete()"
>                layout="absolute">
>     <fx:Script>
>         <![CDATA[
>             import flexUnitTests.TC1;
>             
>             public function currentRunTestSuite():Array
>             {
>                 var testsToRun:Array = new Array();
>                 testsToRun.push(flexUnitTests.TC1);
>                 return testsToRun;
>             }
>             
>             
>             private function onCreationComplete():void
>             {
>                 testRunner.runWithFlexUnit4Runner(currentRunTestSuite(), "ViewDesktop");
>             }
>             
>         ]]>
>     </fx:Script>
>     <flexui:FlexUnitTestRunnerUI id="testRunner" portNumber="8765">
>     </flexui:FlexUnitTestRunnerUI>
>     
> </s:Application>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira