You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cz...@apache.org on 2013/05/22 15:50:52 UTC

[32/41] git commit: renamed README.textile to README

renamed README.textile to README


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/b27d47b3
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/b27d47b3
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/b27d47b3

Branch: refs/heads/makeFlexUnitApacheReady
Commit: b27d47b35475f8e7149a444645c8a0ae71b050fc
Parents: d4b628a
Author: cyrill.zadra <cy...@gmail.com>
Authored: Sun May 19 22:48:54 2013 +0800
Committer: cyrill.zadra <cy...@gmail.com>
Committed: Sun May 19 22:48:54 2013 +0800

----------------------------------------------------------------------
 README         |   22 ++++++++++++++++++++++
 README.textile |   22 ----------------------
 2 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/b27d47b3/README
----------------------------------------------------------------------
diff --git a/README b/README
new file mode 100644
index 0000000..a25e352
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+h2. FlexUnit: a unit testing framework for Flex and ActionScript 3.0
+
+FlexUnit is a unit testing framework for Flex and ActionScript 3.0 applications and libraries. It mimics the functionality of JUnit, a Java unit testing framework, and comes with a graphical test runner.
+
+h3. Features
+
+Some of FlexUnits features include:
+* Support for Flex or ActionScript 3
+* Mark tests with Metadata
+* Async testing support
+* Exception Handling
+* Theories, Datapoints and Assumptions
+
+A complete list of features can be found on "the FlexUnit homepage":http://flexunit.org
+
+h3. Documentation
+
+Documentation for FlexUnit can be found at "docs.flexunit.org":http://docs.flexunit.org
+
+h3. Code
+
+The code for FlexUnit can be found on "github":http://github.com/flexunit

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/b27d47b3/README.textile
----------------------------------------------------------------------
diff --git a/README.textile b/README.textile
deleted file mode 100644
index 491ca63..0000000
--- a/README.textile
+++ /dev/null
@@ -1,22 +0,0 @@
-h2. FlexUnit: a unit testing framework for Flex and ActionScript 3.0
-
-FlexUnit is a unit testing framework for Flex and ActionScript 3.0 applications and libraries. It mimics the functionality of JUnit, a Java unit testing framework, and comes with a graphical test runner.
-
-h3. Features
-
-Some of FlexUnits features include:
-* Support for Flex or ActionScript 3
-* Mark tests with Metadata
-* Async testing support
-* Exception Handling
-* Theories, Datapoints and Assumptions
-
-A complete list of features can be found on "the FlexUnit homepage":http://flexunit.org
-
-h3. Documentation
-
-Documentation for FlexUnit can be found at "docs.flexunit.org":http://docs.flexunit.org
-
-h3. Code
-
-The code for FlexUnit can be found on "github":http://github.com/flexunit