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

svn commit: r1422166 - /incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/

Author: gordonsmith
Date: Sat Dec 15 00:40:41 2012
New Revision: 1422166

URL: http://svn.apache.org/viewvc?rev=1422166&view=rev
Log:
Falcon feature tests: Fixed Java comments.

Modified:
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLArrayTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLBooleanTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLClassTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLIntTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLNumberTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLObjectTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLStringTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLUintTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLVectorTagTests.java
    incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLXMLTagTests.java

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLArrayTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLArrayTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLArrayTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLArrayTagTests.java Sat Dec 15 00:40:41 2012
@@ -22,7 +22,7 @@ package mxml.tags;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <Array> tag.
+ * Feature tests for the MXML {@code <Array>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLBooleanTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLBooleanTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLBooleanTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLBooleanTagTests.java Sat Dec 15 00:40:41 2012
@@ -22,7 +22,7 @@ package mxml.tags;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <Boolean> tag.
+ * Feature tests for the MXML {@code <Boolean>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLClassTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLClassTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLClassTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLClassTagTests.java Sat Dec 15 00:40:41 2012
@@ -22,7 +22,7 @@ package mxml.tags;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <Class> tag.
+ * Feature tests for the MXML {@code <Class>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLIntTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLIntTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLIntTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLIntTagTests.java Sat Dec 15 00:40:41 2012
@@ -22,7 +22,7 @@ package mxml.tags;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <int> tag.
+ * Feature tests for the MXML [@code <int>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLNumberTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLNumberTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLNumberTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLNumberTagTests.java Sat Dec 15 00:40:41 2012
@@ -22,7 +22,7 @@ package mxml.tags;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <Number> tag.
+ * Feature tests for the MXML {@code <Number>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLObjectTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLObjectTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLObjectTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLObjectTagTests.java Sat Dec 15 00:40:41 2012
@@ -23,7 +23,7 @@ import org.junit.Ignore;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <Object> tag.
+ * Feature tests for the MXML {@code <Object>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLStringTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLStringTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLStringTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLStringTagTests.java Sat Dec 15 00:40:41 2012
@@ -22,7 +22,7 @@ package mxml.tags;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <String> tag.
+ * Feature tests for the MXML {@code <String>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLUintTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLUintTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLUintTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLUintTagTests.java Sat Dec 15 00:40:41 2012
@@ -22,7 +22,7 @@ package mxml.tags;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <uint> tag.
+ * Feature tests for the MXML {@code <uint>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLVectorTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLVectorTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLVectorTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLVectorTagTests.java Sat Dec 15 00:40:41 2012
@@ -23,7 +23,7 @@ import org.junit.Ignore;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <Vector> tag.
+ * Feature tests for the MXML {@code <Vector>} tag.
  * 
  * @author Gordon Smith
  */

Modified: incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLXMLTagTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLXMLTagTests.java?rev=1422166&r1=1422165&r2=1422166&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLXMLTagTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/feature-tests/mxml/tags/MXMLXMLTagTests.java Sat Dec 15 00:40:41 2012
@@ -22,7 +22,7 @@ package mxml.tags;
 import org.junit.Test;
 
 /**
- * Feature tests for the MXML <XML> tag.
+ * Feature tests for the MXML {@code <XML>} tag.
  * 
  * @author Gordon Smith
  */