<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,7 +24,7 @@ class AtomHTTPTest &lt; Test::Unit::TestCase
   def test_parse_wwwauth
     # a Basic WWW-Authenticate
     header = 'realm=&quot;SokEvo&quot;'
-   
+
     params = @http.send :parse_quoted_wwwauth, header
     assert_equal &quot;SokEvo&quot;, params[:realm]
 
@@ -272,29 +272,6 @@ class AtomHTTPTest &lt; Test::Unit::TestCase
     assert_authenticates
   end
 
-  def test_https
-    require 'webrick/https'
-
-    @s = WEBrick::HTTPServer.new(
-          :Port            =&gt; (@port + 1),
-          :DocumentRoot    =&gt; Dir::pwd + &quot;/htdocs&quot;,
-          :Logger =&gt; WEBrick::Log.new($stderr, WEBrick::Log::FATAL), 
-          :AccessLog =&gt; [],
-          :SSLEnable       =&gt; true,
-          :SSLVerifyClient =&gt; ::OpenSSL::SSL::VERIFY_NONE,
-          :SSLCertName =&gt; [ [&quot;C&quot;,&quot;CA&quot;], [&quot;O&quot;,&quot;localhost&quot;], [&quot;CN&quot;, &quot;WWW&quot;] ]
-       )
-
-    mount_one_shot do |req,res|
-      res.body = SECRET_DATA
-    end
-
-    res = @http.get(&quot;https://localhost:#{@port + 1}/&quot;)
-
-    assert_equal &quot;200&quot;, res.code
-    assert_equal SECRET_DATA, res.body
-  end
-
   # mount a block on the test server, shutting the server down after a
   # single request
   def mount_one_shot &amp;block
@@ -309,8 +286,8 @@ class AtomHTTPTest &lt; Test::Unit::TestCase
   # test that we authenticated properly
   def assert_authenticates
     get_root
-    assert_equal &quot;200&quot;, @res.code 
-    assert_equal SECRET_DATA, @res.body 
+    assert_equal &quot;200&quot;, @res.code
+    assert_equal SECRET_DATA, @res.body
   end
 
   # performs a GET on the test server</diff>
      <filename>test/test_http.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>087d18aea4b028100b01f9f698b7a0fa78128de5</id>
    </parent>
  </parents>
  <author>
    <name>bct</name>
    <email>bct@nyarlathotep.(none)</email>
  </author>
  <url>http://github.com/bct/atom-tools/commit/79a9acacbeb4a9144d61c347cfd86e7a9f390f6f</url>
  <id>79a9acacbeb4a9144d61c347cfd86e7a9f390f6f</id>
  <committed-date>2009-05-01T08:29:49-07:00</committed-date>
  <authored-date>2009-05-01T08:29:49-07:00</authored-date>
  <message>remove SSL test, it doesn't work now that we're actually checking certs</message>
  <tree>4ec766b676022fdc6241a9f30af4e23a07286309</tree>
  <committer>
    <name>bct</name>
    <email>bct@nyarlathotep.(none)</email>
  </committer>
</commit>
