<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,3 @@
+To install ANSTE simply do make install :D
+
+Soon will be a Debian package available.</diff>
      <filename>INSTALL</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,33 @@
+The Web-GUI testing support requires a selenium-rc version that isn't released
+yet. So yo must get it via the OpenQA oficial Subversion repostiory:
+
+svn co https://svn.openqa.org/svn/selenium-rc/trunk
+
+To build it you need to get Maven: 
+
+http://maven.apache.org/download.html
+
+Once you have maven, uncompressed and with the JAVA_HOME variable set properly
+get in to the trunk of selenium-rc and then into the selenium-server directory 
+and do:
+
+/path/to/maven/bin/mvn install
+
+This process could be long. I hope soon we'll have a selenium-rc Debian
+package to avoid this :)
+
+Move the generated file target/selenium-server-VERSION-SNAPSHOT-standalone.jar
+to a better place (and name) and finally specify the path of your recently 
+obtained .jar into the ANSTE config.
+
+Something like this in /etc/anste/anste.conf:
+
+[selenium]
+rc-jar = /home/josh/selenium-rc/selenium-server.jar
+browser = *firefox /home/josh/firefox/firefox-bin
+
+You should also specify the path of your browser in this manner.
+
+Good luck!
+
+You can contact me on &lt;jacalvo@warp.es&gt; and I'll try to answer your questions.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,7 @@ Standards-Version: 3.7.2
 Package: anste
 Architecture: all 
 Depends: perl (&gt;=5.8.8-7), liberror-perl (&gt;=0.15-8), libxml-dom-perl (&gt;=1.43-4), libfile-copy-recursive-perl (&gt;=0.29-1), libsoap-lite-perl (&gt;=0.69-1), libperl6-slurp-perl (&gt;=0.03-5), xen-tools (&gt;=3.7-2), xen-utils-3.0.3-1 (&gt;=3.0.3-0-2), xen-utils-common (&gt;=3.0.3-0-2), libconfig-tiny-perl (&gt;=2.08-1), libperl6-junction-perl (&gt;= 1.10-1), libterm-readline-gnu-perl (&gt;= 1.16-2)
+Recommends: recordmydesktop (&gt;=0.3.5.1-1)
 Description: Advanced Network Service Testing Environment
  ANSTE is a testing environment for advanced network services, mainly intended
  to automatize the integration tests of eBox Platform, furthermore it could be</diff>
      <filename>debian/control</filename>
    </modified>
    <modified>
      <diff>@@ -519,6 +519,7 @@ sub _setDefaults
     $self-&gt;{default}-&gt;{'paths'}-&gt;{'profiles'} = &quot;$data/profiles&quot;;
     $self-&gt;{default}-&gt;{'paths'}-&gt;{'scripts'} = &quot;$data/scripts&quot;;
     $self-&gt;{default}-&gt;{'paths'}-&gt;{'deploy'} = &quot;$data/deploy&quot;;
+    $self-&gt;{default}-&gt;{'paths'}-&gt;{'tests'} = &quot;$data/tests&quot;;
 
     $self-&gt;{default}-&gt;{'ansted'}-&gt;{'port'} = '8000';
 </diff>
      <filename>src/lib/ANSTE/Config.pm</filename>
    </modified>
    <modified>
      <diff>@@ -86,17 +86,17 @@ sub runSuite # (suite)
 
     my $sceName = $scenario-&gt;name();
     my $suiteName = $suite-&gt;name();
-    print &quot;Deploying scenario $sceName for suite $suiteName...\n&quot;;
+    print &quot;Deploying scenario '$sceName' for suite '$suiteName'...\n&quot;;
 
     my $deployer = new ANSTE::Deploy::ScenarioDeployer($scenario);
     $self-&gt;{hostIP} = $deployer-&gt;deploy();
 
-    print &quot;Finished deployment of scenario $sceName.\n&quot;;
+    print &quot;Finished deployment of scenario '$sceName'.\n&quot;;
 
     $self-&gt;_runTests();
 
     $deployer-&gt;shutdown();
-    print &quot;Finished testing of suite $suiteName.\n\n&quot;;
+    print &quot;Finished testing of suite '$suiteName'.\n\n&quot;;
 }
 
 sub report # returns report object</diff>
      <filename>src/lib/ANSTE/Test/Runner.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6b46bcc50a411d96041d10d7cdca5f11a5c91f18</id>
    </parent>
  </parents>
  <author>
    <name>Jose Antonio Calvo</name>
    <email>jacalvo@ebox-platform.com</email>
  </author>
  <url>http://github.com/ebox/anste/commit/830736f348c1059527f7a46c6b64f4bced1cdf9a</url>
  <id>830736f348c1059527f7a46c6b64f4bced1cdf9a</id>
  <committed-date>2007-08-30T14:35:44-07:00</committed-date>
  <authored-date>2007-08-30T14:35:44-07:00</authored-date>
  <message>Filled INSTALL and README

Set default path for tests in the config.

Slighty modified information messages of Test::Runner.


git-svn-id: http://subversion.warp.es/anste/trunk@88 18403268-a619-4aed-af80-3a7c80afbb3a</message>
  <tree>78d270cb91dcbd55454c2d10f417d24b9f94238a</tree>
  <committer>
    <name>Jose Antonio Calvo</name>
    <email>jacalvo@ebox-platform.com</email>
  </committer>
</commit>
