Skip to content

Commit

Permalink
- refactored Reports
Browse files Browse the repository at this point in the history
- added base tests (to review)
- added platform projects
- cleanup

git-svn-id: https://utest.googlecode.com/svn/trunk@33 5b575154-3555-0410-9e21-f35c1fb8ffa6
  • Loading branch information
franco.ponticelli committed Dec 22, 2009
1 parent 7fbb4bf commit 65b89ba
Show file tree
Hide file tree
Showing 120 changed files with 7,241 additions and 703 deletions.
21 changes: 14 additions & 7 deletions run/Iteration1.hxml
Original file line number Diff line number Diff line change
@@ -1,48 +1,55 @@
# Neko
-neko ../bin/www/tests/main.n
-main tests.iterations.Iteration1
-main iterations.Iteration1
-cp ../src
-cp ../tests

--next
# PHP
-php ../bin/www/tests
-main tests.iterations.Iteration1
-main iterations.Iteration1
-cp ../src
-cp ../tests
--php-front main.php

--next
# F9
-swf9 ../bin/www/tests/mainf9.swf
-main tests.iterations.Iteration1
-main iterations.Iteration1
-cp ../src
-cp ../tests
-swf-header 410:240:120:ffffff

--next
# F8
-swf ../bin/www/tests/mainf8.swf
-main tests.iterations.Iteration1
-main iterations.Iteration1
-cp ../src
-cp ../tests
-swf-version 8
-swf-header 410:240:120:ffffff

--next
# F7
-swf ../bin/www/tests/mainf7.swf
-main tests.iterations.Iteration1
-main iterations.Iteration1
-cp ../src
-cp ../tests
-swf-version 7
-swf-header 410:240:120:ffffff

--next
# F6
-swf ../bin/www/tests/mainf6.swf
-main tests.iterations.Iteration1
-main iterations.Iteration1
-cp ../src
-cp ../tests
-swf-version 6
-swf-header 410:240:120:ffffff

--next
# JS
-js ../bin/www/tests/main.js
-main tests.iterations.Iteration1
-main iterations.Iteration1
-cp ../src
-cp ../tests
21 changes: 14 additions & 7 deletions run/Iteration2.hxml
Original file line number Diff line number Diff line change
@@ -1,48 +1,55 @@
# Neko
-neko ../bin/www/tests/main.n
-main tests.iterations.Iteration2
-main iterations.Iteration2
-cp ../src
-cp ../tests

--next
# PHP
-php ../bin/www/tests
-main tests.iterations.Iteration2
-main iterations.Iteration2
-cp ../src
-cp ../tests
--php-front main.php

--next
# F9
-swf9 ../bin/www/tests/mainf9.swf
-main tests.iterations.Iteration2
-main iterations.Iteration2
-cp ../src
-cp ../tests
-swf-header 410:240:120:ffffff

--next
# F8
-swf ../bin/www/tests/mainf8.swf
-main tests.iterations.Iteration2
-main iterations.Iteration2
-cp ../src
-cp ../tests
-swf-version 8
-swf-header 410:240:120:ffffff

--next
# F7
-swf ../bin/www/tests/mainf7.swf
-main tests.iterations.Iteration2
-main iterations.Iteration2
-cp ../src
-cp ../tests
-swf-version 7
-swf-header 410:240:120:ffffff

--next
# F6
-swf ../bin/www/tests/mainf6.swf
-main tests.iterations.Iteration2
-main iterations.Iteration2
-cp ../src
-cp ../tests
-swf-version 6
-swf-header 410:240:120:ffffff

--next
# JS
-js ../bin/www/tests/main.js
-main tests.iterations.Iteration2
-main iterations.Iteration2
-cp ../src
-cp ../tests
6 changes: 0 additions & 6 deletions run/MiscPhpTest.hxml

This file was deleted.

48 changes: 0 additions & 48 deletions run/RequestTest.hxml

This file was deleted.

6 changes: 0 additions & 6 deletions run/RequestTest.sh

This file was deleted.

55 changes: 0 additions & 55 deletions run/ResultTest.hxml

This file was deleted.

48 changes: 0 additions & 48 deletions run/TestLang.hxml

This file was deleted.

4 changes: 3 additions & 1 deletion src/haxelib.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<project name="utest" url="http://code.google.com/p/utest" license="LGPL">
<user name="fponticelli"/>
<tag v="cross"/>
<tag v="unittesting" />
<description>Unit Testing System for haXe</description>
<version name="0.1.1">Added Assert.same() to compare any kind of value. Added proper testings for the Assert class. Minor issues fixed</version>
<version name="0.1.2">improved methods in utest.Assert</version>
</project>
Loading

0 comments on commit 65b89ba

Please sign in to comment.