Revision: 574
http://svn.sourceforge.net/jwebunit/?rev=574&view=rev
Author: henryju
Date: 2006-10-06 07:08:30 -0700 (Fri, 06 Oct 2006)
Log Message:
-----------
Rename readme for 1.4
Add snapshot repository to the pom.
Modified Paths:
--------------
branches/1.x/pom.xml
Added Paths:
-----------
branches/1.x/README-1.4.txt
Removed Paths:
-------------
branches/1.x/README-1.3.txt
Deleted: branches/1.x/README-1.3.txt
===================================================================
--- branches/1.x/README-1.3.txt 2006-10-02 08:05:55 UTC (rev 573)
+++ branches/1.x/README-1.3.txt 2006-10-06 14:08:30 UTC (rev 574)
@@ -1,37 +0,0 @@
-The jWebUnit team is pleased to announce the jWebUnit 1.3 release!
-
-http://jwebunit.sourceforge.net
-
-jWebUnit is a Java framework that facilitates creation of acceptance tests for
-web applications. It evolved from a project where we were using HttpUnit and
-JUnit to create acceptance tests. As the tests were being written, they were
-continuously refactored to remove duplication and other bad smells in the test
-code. jWebUnit is the result of these refactorings.
-
-Changes in this version include:
-
- New Features:
-
-o Added ability to navigate to windows / assert presence by window id.
-o Refactoring of Table assertions to handle perfectly colspan and rowspan.
-o Added XPath methods to core API.
-o Added Maven 2 support. There are many reports available on the website.
-o Added new method clickButtonWithText.
-o Integrated patch for multiple submit buttons with different values. API
change - assertSubmitButtonValue(button, value) now
assertSubmitButtonPresent(button, value).
-o Assert button (not) present with text added.
-o Added ability to navigate to windows / assert presence by window title.
-o Added assert select option present / not present.
-
-
- Fixed bugs:
-o Javascript better support thanks to HtmlUnit
-
- Changes:
-o Remove HttpUnit testing engine.
-o Updated to Jetty 6 for running tests. Need less dependencies and run faster.
-o Add HtmlUnit as testing engine, that provide better Javascript support.
-
-
-Have fun!
--The jWebUnit team
-
\ No newline at end of file
Copied: branches/1.x/README-1.4.txt (from rev 567, branches/1.x/README-1.3.txt)
===================================================================
--- branches/1.x/README-1.4.txt (rev 0)
+++ branches/1.x/README-1.4.txt 2006-10-06 14:08:30 UTC (rev 574)
@@ -0,0 +1,37 @@
+The jWebUnit team is pleased to announce the jWebUnit 1.3 release!
+
+http://jwebunit.sourceforge.net
+
+jWebUnit is a Java framework that facilitates creation of acceptance tests for
+web applications. It evolved from a project where we were using HttpUnit and
+JUnit to create acceptance tests. As the tests were being written, they were
+continuously refactored to remove duplication and other bad smells in the test
+code. jWebUnit is the result of these refactorings.
+
+Changes in this version include:
+
+ New Features:
+
+o Added ability to navigate to windows / assert presence by window id.
+o Refactoring of Table assertions to handle perfectly colspan and rowspan.
+o Added XPath methods to core API.
+o Added Maven 2 support. There are many reports available on the website.
+o Added new method clickButtonWithText.
+o Integrated patch for multiple submit buttons with different values. API
change - assertSubmitButtonValue(button, value) now
assertSubmitButtonPresent(button, value).
+o Assert button (not) present with text added.
+o Added ability to navigate to windows / assert presence by window title.
+o Added assert select option present / not present.
+
+
+ Fixed bugs:
+o Javascript better support thanks to HtmlUnit
+
+ Changes:
+o Remove HttpUnit testing engine.
+o Updated to Jetty 6 for running tests. Need less dependencies and run faster.
+o Add HtmlUnit as testing engine, that provide better Javascript support.
+
+
+Have fun!
+-The jWebUnit team
+
\ No newline at end of file
Modified: branches/1.x/pom.xml
===================================================================
--- branches/1.x/pom.xml 2006-10-02 08:05:55 UTC (rev 573)
+++ branches/1.x/pom.xml 2006-10-06 14:08:30 UTC (rev 574)
@@ -332,5 +332,14 @@
jWebUnit Maven 2 Repository
</name>
</repository>
+ <snapshotRepository>
+ <id>jwebunit-m2-repo-snapshots</id>
+ <url>
+
scpexe://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo-snapshots
+ </url>
+ <name>
+ jWebUnit Maven 2 Snapshots Repository
+ </name>
+ </snapshotRepository>
</distributionManagement>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development