<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/xml/server_status.xml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -190,7 +190,7 @@ class TestReve &lt; Test::Unit::TestCase
       assert_not_nil station.id
       assert_not_nil station.name
       assert_not_nil station.type_id
-      assert_not_nil station.type_name
+      assert_not_nil station.system_id
       assert_not_nil station.corporation_id
       assert_not_nil station.corporation_name
     end
@@ -919,6 +919,18 @@ class TestReve &lt; Test::Unit::TestCase
     end
   end
   
+  def test_server_status
+    Reve::API.server_status_url = XML_BASE + 'server_status.xml'
+    status = nil
+    assert_nothing_raised do
+      status = @api.server_status
+    end
+    assert_kind_of(Reve::Classes::ServerStatus, status)
+    assert_equal(34444, status.players)
+    assert status.open?
+    assert status.open
+  end
+  
   def test_character_medals
     Reve::API.character_medals_url = XML_BASE + 'char_medals.xml'
     obj = nil</diff>
      <filename>test/test_reve.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,12 @@
-&lt;eveapi version=&quot;1&quot;&gt;
-  &lt;currentTime&gt;2007-08-29 13:37:24&lt;/currentTime&gt;
+&lt;?xml version='1.0' encoding='UTF-8'?&gt;
+&lt;eveapi version=&quot;2&quot;&gt;
+  &lt;currentTime&gt;2009-02-17 16:33:24&lt;/currentTime&gt;
   &lt;result&gt;
-    &lt;rowset name=&quot;outposts&quot; key=&quot;stationID&quot; columns=&quot;stationID,stationName,stationTypeID,stationTypeName,solarSystemID,solarSystemName,corporationID,corporationName&quot;&gt;
-      &lt;row stationID=&quot;61000001&quot; stationName=&quot;DB1R-4 II - duperTum Corp Minmatar Service Outpost&quot; stationTypeID=&quot;21646&quot; stationTypeName=&quot;Minmatar Service Outpost&quot; solarSystemID=&quot;30004470&quot; solarSystemName=&quot;DB1R-4&quot; corporationID=&quot;150020944&quot; corporationName=&quot;duperTum Corp&quot;/&gt;
-      &lt;row stationID=&quot;61000002&quot; stationName=&quot;ZS-2LT XI - duperTum Corp Minmatar Service Outpost&quot; stationTypeID=&quot;21646&quot; stationTypeName=&quot;Minmatar Service Outpost&quot; solarSystemID=&quot;30004469&quot; solarSystemName=&quot;ZS-2LT&quot; corporationID=&quot;150020944&quot; corporationName=&quot;duperTum Corp&quot;/&gt;
-      &lt;row stationID=&quot;61000003&quot; stationName=&quot;JZL-VB VIII - duperTum Corp Minmatar Service Outpost&quot; stationTypeID=&quot;21646&quot; stationTypeName=&quot;Minmatar Service Outpost&quot; solarSystemID=&quot;30004952&quot; solarSystemName=&quot;JZL-VB&quot; corporationID=&quot;150020944&quot; corporationName=&quot;duperTum Corp&quot;/&gt;
+    &lt;rowset name=&quot;outposts&quot; key=&quot;stationID&quot; columns=&quot;stationID,stationName,stationTypeID,solarSystemID,corporationID,corporationName&quot;&gt;
+      &lt;row stationID=&quot;61000095&quot; stationName=&quot;Mindframe Savings and Loan&quot; stationTypeID=&quot;21646&quot; solarSystemID=&quot;30003230&quot; corporationID=&quot;709221692&quot; corporationName=&quot;Blueprint Haus&quot; /&gt;
+      &lt;row stationID=&quot;61000096&quot; stationName=&quot;Q3 Manlove Division&quot; stationTypeID=&quot;21644&quot; solarSystemID=&quot;30000324&quot; corporationID=&quot;1639878825&quot; corporationName=&quot;Initiative Holding&quot; /&gt;
+      &lt;row stationID=&quot;61000097&quot; stationName=&quot;3L Elrac's Bag of Nuts&quot; stationTypeID=&quot;21646&quot; solarSystemID=&quot;30000448&quot; corporationID=&quot;1519479143&quot; corporationName=&quot;Scorched Earth Holdings&quot; /&gt;
     &lt;/rowset&gt;
   &lt;/result&gt;
-  &lt;cachedUntil&gt;2007-08-29 14:37:24&lt;/cachedUntil&gt;
+  &lt;cachedUntil&gt;2009-02-17 17:33:24&lt;/cachedUntil&gt;
 &lt;/eveapi&gt;
\ No newline at end of file</diff>
      <filename>test/xml/conqurable_stations.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>10c69cbcb20fc80b1c33e591fcf2b05c78e1a8f7</id>
    </parent>
  </parents>
  <author>
    <name>lisa</name>
    <email>github@thedoh.com</email>
  </author>
  <url>http://github.com/lisa/reve/commit/274099255e37f5e1197535ca20640f1eace3a116</url>
  <id>274099255e37f5e1197535ca20640f1eace3a116</id>
  <committed-date>2009-04-25T17:53:56-07:00</committed-date>
  <authored-date>2009-04-25T17:53:56-07:00</authored-date>
  <message>Let's see if importing svn r116 works.</message>
  <tree>4b5f9f3321563d5fb612b478ef54ff907e0554c0</tree>
  <committer>
    <name>lisa</name>
    <email>github@thedoh.com</email>
  </committer>
</commit>
