<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,8 @@ module Selenium
       end
       
       def start(options = {})
-        command = &quot;java -jar \&quot;#{jar_file}\&quot;&quot;
+        command = &quot;DISPLAY=:1 &quot;
+        command &lt;&lt; &quot;java -jar \&quot;#{jar_file}\&quot;&quot;
         command &lt;&lt; &quot; -port #{@port}&quot;
         command &lt;&lt; &quot; -timeout #{@timeout_in_seconds}&quot;
         command &lt;&lt; &quot; #{additional_args.join(' ')}&quot; unless additional_args.empty?</diff>
      <filename>lib/selenium/remote_control/remote_control.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a464f87b061d7eec7a5cdf66a3345456ecb0121</id>
    </parent>
  </parents>
  <author>
    <name>Balint Erdi</name>
    <email>balint.erdi@gmail.com</email>
  </author>
  <url>http://github.com/balinterdi/selenium-client/commit/37094df174b5c52cb68d041f7dc940e501b3e438</url>
  <id>37094df174b5c52cb68d041f7dc940e501b3e438</id>
  <committed-date>2009-09-25T05:53:21-07:00</committed-date>
  <authored-date>2009-09-25T05:53:21-07:00</authored-date>
  <message>Selenium tests can now be run in environments without a graphic hardware.

That mainly serves so that a CI server (on a server machine without a screen and desktop) can automatically run Selenium tests without giving an error.</message>
  <tree>16d39179fd539cbae37835d761d2609dc193b418</tree>
  <committer>
    <name>Balint Erdi</name>
    <email>balint.erdi@gmail.com</email>
  </committer>
</commit>
