reve 0.0.115 → 0.0.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +22 -37
- data/init.rb +2 -0
- data/lib/reve/classes.rb +216 -19
- data/lib/reve/exceptions.rb +5 -0
- data/lib/reve/extensions.rb +17 -5
- data/lib/reve.rb +128 -15
- data/test/test_reve.rb +161 -17
- data/test/xml/corp_membersecurity.xml +49 -0
- data/test/xml/kills.xml +562 -160
- data/test/xml/mail_messages.xml +15 -0
- data/test/xml/mailing_lists.xml +12 -0
- data/test/xml/notifications.xml +11 -0
- data/test/xml/research.xml +13 -0
- data/test/xml/skill_queue-paused.xml +11 -0
- data/test/xml/skill_queue.xml +18 -0
- data/test/xml/starbase_fuel.xml +28 -18
- data/test/xml/starbases.xml +7 -7
- metadata +163 -15
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2009-12-02 00:46:10</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="mailMessages" key="messageID" columns="messageID,senderID,sentDate,title,toCorpOrAllianceID,toCharacterIDs,toListID,read">
|
6
|
+
<row messageID="290285276" senderID="1" sentDate="2009-12-01 01:04:00" title="Corp mail" toCorpOrAllianceID="4" toCharacterIDs="" toListID="" read="1" />
|
7
|
+
<row messageID="290285275" senderID="2" sentDate="2009-12-01 01:04:00" title="Personal mail" toCorpOrAllianceID="" toCharacterIDs="5" toListID="" read="1" />
|
8
|
+
<row messageID="290285274" senderID="2" sentDate="2009-12-01 01:04:00" title="Message to mailing list" toCorpOrAllianceID="" toCharacterIDs="" toListID="128250439" read="0" />
|
9
|
+
<row messageID="290285278" senderID="2" sentDate="2009-12-01 01:04:00" title="Multi Personal mail" toCorpOrAllianceID="" toCharacterIDs="5,6,7" toListID="" read="1" />
|
10
|
+
<row messageID="290285279" senderID="2" sentDate="2009-12-01 01:04:00" title="Multi Message to mailing list" toCorpOrAllianceID="" toCharacterIDs="" toListID="128250439,141157801" read="0" />
|
11
|
+
</rowset>
|
12
|
+
</result>
|
13
|
+
<cachedUntil>2009-12-02 01:16:10</cachedUntil>
|
14
|
+
</eveapi>
|
15
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2009-12-02 06:29:32</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="mailingLists" key="listID" columns="listID,displayName">
|
6
|
+
<row listID="128250439" displayName="EVETycoonMail" />
|
7
|
+
<row listID="128783669" displayName="EveMarketScanner" />
|
8
|
+
<row listID="141157801" displayName="Exploration Wormholes" />
|
9
|
+
</rowset>
|
10
|
+
</result>
|
11
|
+
<cachedUntil>2009-12-02 12:29:32</cachedUntil>
|
12
|
+
</eveapi>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2009-12-03 20:34:09</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="notifications" key="notificationID" columns="notificationID,typeID,senderID,sentDate,read">
|
6
|
+
<row notificationID="290369614" typeID="16" senderID="200076684" sentDate="2009-12-02 10:54:00" read="1"/>
|
7
|
+
<row notificationID="289645395" typeID="1" senderID="1000064" sentDate="2009-11-26 01:34:00" read="0"/>
|
8
|
+
</rowset>
|
9
|
+
</result>
|
10
|
+
<cachedUntil>2009-12-03 21:04:09</cachedUntil>
|
11
|
+
</eveapi>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2010-01-22 22:02:46</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="research" key="agentID" columns="agentID,skillTypeID,researchStartDate,pointsPerDay,remainderPoints">
|
6
|
+
<row agentID="3011113" skillTypeID="11452" researchStartDate="2009-09-08 06:19:29" pointsPerDay="66.64" remainderPoints="6.293213773155" />
|
7
|
+
<row agentID="3011154" skillTypeID="11452" researchStartDate="2009-09-02 06:49:35" pointsPerDay="65.66" remainderPoints="33.0962187499972" />
|
8
|
+
<row agentID="3011165" skillTypeID="11452" researchStartDate="2007-10-19 22:18:37" pointsPerDay="68.48" remainderPoints="-29285.7593840278" />
|
9
|
+
<row agentID="3011534" skillTypeID="11453" researchStartDate="2009-09-08 06:36:20" pointsPerDay="85.76" remainderPoints="31.7952812500007" />
|
10
|
+
</rowset>
|
11
|
+
</result>
|
12
|
+
<cachedUntil>2010-01-22 22:17:46</cachedUntil>
|
13
|
+
</eveapi>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2010-06-15 11:34:42</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="skillqueue" key="queuePosition" columns="queuePosition,typeID,level,startSP,endSP,startTime,endTime">
|
6
|
+
<row queuePosition="0" typeID="3318" level="5" startSP="90510" endSP="512000" startTime="" endTime="" />
|
7
|
+
<row queuePosition="1" typeID="23594" level="5" startSP="226275" endSP="1280000" startTime="" endTime="" />
|
8
|
+
</rowset>
|
9
|
+
</result>
|
10
|
+
<cachedUntil>2010-06-15 11:49:42</cachedUntil>
|
11
|
+
</eveapi>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2009-04-14 16:33:22</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="skillqueue" key="queuePosition" columns="queuePosition,typeID,level,startSP,endSP,startTime,endTime">
|
6
|
+
<row queuePosition="2" typeID="3374" level="4" startSP="8000" endSP="45253" startTime="2009-04-14 06:32:12" endTime="2009-04-14 17:48:05" />
|
7
|
+
<row queuePosition="3" typeID="3379" level="1" startSP="0" endSP="250" startTime="2009-04-14 17:48:05" endTime="2009-04-14 17:52:37" />
|
8
|
+
<row queuePosition="4" typeID="3375" level="1" startSP="0" endSP="250" startTime="2009-04-14 17:52:37" endTime="2009-04-14 17:57:10" />
|
9
|
+
<row queuePosition="5" typeID="3376" level="1" startSP="0" endSP="250" startTime="2009-04-14 17:57:10" endTime="2009-04-14 18:01:42" />
|
10
|
+
<row queuePosition="6" typeID="3379" level="2" startSP="250" endSP="1412" startTime="2009-04-14 18:01:42" endTime="2009-04-14 18:22:50" />
|
11
|
+
<row queuePosition="7" typeID="3375" level="2" startSP="250" endSP="1412" startTime="2009-04-14 18:22:50" endTime="2009-04-14 18:43:58" />
|
12
|
+
<row queuePosition="8" typeID="3379" level="3" startSP="1412" endSP="8000" startTime="2009-04-14 18:43:58" endTime="2009-04-14 20:43:26" />
|
13
|
+
<row queuePosition="9" typeID="3375" level="3" startSP="1412" endSP="8000" startTime="2009-04-14 20:43:26" endTime="2009-04-14 22:42:54" />
|
14
|
+
<row queuePosition="10" typeID="3379" level="4" startSP="8000" endSP="45253" startTime="2009-04-14 22:42:54" endTime="2009-04-15 09:58:47" />
|
15
|
+
</rowset>
|
16
|
+
</result>
|
17
|
+
<cachedUntil>2009-04-14 16:48:22</cachedUntil>
|
18
|
+
</eveapi>
|
data/test/xml/starbase_fuel.xml
CHANGED
@@ -1,23 +1,33 @@
|
|
1
|
-
<eveapi version="
|
2
|
-
<currentTime>
|
1
|
+
<eveapi version="2">
|
2
|
+
<currentTime>2009-11-03 18:52:44</currentTime>
|
3
3
|
<result>
|
4
|
-
<
|
4
|
+
<state>4</state>
|
5
|
+
<stateTimestamp>2009-11-03 19:27:23</stateTimestamp>
|
6
|
+
<onlineTimestamp>2009-08-03 14:22:44</onlineTimestamp>
|
7
|
+
<generalSettings>
|
8
|
+
<usageFlags>3</usageFlags>
|
9
|
+
<deployFlags>0</deployFlags>
|
10
|
+
<allowCorporationMembers>1</allowCorporationMembers>
|
11
|
+
<allowAllianceMembers>0</allowAllianceMembers>
|
12
|
+
<claimSovereignty>0</claimSovereignty>
|
13
|
+
</generalSettings>
|
14
|
+
<combatSettings>
|
15
|
+
<onStandingDrop standing="200" />
|
16
|
+
<onStatusDrop enabled="0" standing="0" />
|
17
|
+
<onAggression enabled="1" />
|
18
|
+
<onCorporationWar enabled="1" />
|
19
|
+
</combatSettings>
|
5
20
|
<rowset name="fuel" key="typeID" columns="typeID,quantity">
|
6
|
-
<row typeID="
|
7
|
-
<row typeID="
|
8
|
-
<row typeID="
|
9
|
-
<row typeID="
|
10
|
-
<row typeID="
|
11
|
-
<row typeID="
|
12
|
-
<row typeID="
|
13
|
-
<row typeID="
|
14
|
-
<row typeID="
|
15
|
-
<row typeID="9848" quantity="330"/>
|
16
|
-
<row typeID="9832" quantity="2640"/>
|
17
|
-
<row typeID="3689" quantity="1650"/>
|
18
|
-
<row typeID="3683" quantity="8250"/>
|
19
|
-
<row typeID="44" quantity="1320"/>
|
21
|
+
<row typeID="16273" quantity="10171" />
|
22
|
+
<row typeID="16272" quantity="9316" />
|
23
|
+
<row typeID="9848" quantity="123" />
|
24
|
+
<row typeID="9832" quantity="492" />
|
25
|
+
<row typeID="3689" quantity="369" />
|
26
|
+
<row typeID="3683" quantity="1599" />
|
27
|
+
<row typeID="44" quantity="246" />
|
28
|
+
<row typeID="16275" quantity="6000" />
|
29
|
+
<row typeID="17887" quantity="27675" />
|
20
30
|
</rowset>
|
21
31
|
</result>
|
22
|
-
<cachedUntil>
|
32
|
+
<cachedUntil>2009-11-03 19:52:44</cachedUntil>
|
23
33
|
</eveapi>
|
data/test/xml/starbases.xml
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
<eveapi version="1">
|
2
|
-
<currentTime>
|
2
|
+
<currentTime>2009-11-02 19:51:38</currentTime>
|
3
3
|
<result>
|
4
|
-
<rowset name="starbases" key="itemID" columns="typeID,
|
5
|
-
<row typeID="12235"
|
6
|
-
<row typeID="20059"
|
7
|
-
<row typeID="12235"
|
8
|
-
<row typeID="16286"
|
4
|
+
<rowset name="starbases" key="itemID" columns="itemID,typeID,locationID,moonID,state,stateTimestamp,onlineTimestamp">
|
5
|
+
<row typeID="12235" itemID="150354725" locationID="30000380" moonID="12513141" state="4" stateTimestamp="2009-11-03 17:57:32" onlineTimestamp="2009-11-01 10:57:24" />
|
6
|
+
<row typeID="20059" itemID="150354773" locationID="30001984" moonID="12513142" state="4" stateTimestamp="2009-11-03 15:25:12" onlineTimestamp="2009-10-01 11:24:35" />
|
7
|
+
<row typeID="12235" itemID="150357658" locationID="30001984" moonID="12513143" state="4" stateTimestamp="2009-11-03 17:57:32" onlineTimestamp="2008-07-01 16:10:44"/>
|
8
|
+
<row typeID="16286" itemID="150318232" locationID="30003109" moonID="12513144" state="1" stateTimestamp="2009-11-16 17:57:32" onlineTimestamp="2009-09-01 01:35:02"/>
|
9
9
|
</rowset>
|
10
10
|
</result>
|
11
|
-
<cachedUntil>
|
11
|
+
<cachedUntil>2009-08-16 19:51:50</cachedUntil>
|
12
12
|
</eveapi>
|
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: reve
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 283
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 130
|
10
|
+
version: 0.0.130
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
13
|
- Lisa Seelye
|
@@ -9,19 +15,24 @@ autorequire:
|
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
17
|
|
12
|
-
date:
|
18
|
+
date: 2010-08-21 00:00:00 -04:00
|
13
19
|
default_executable:
|
14
20
|
dependencies:
|
15
21
|
- !ruby/object:Gem::Dependency
|
16
22
|
name: hpricot
|
17
|
-
|
18
|
-
|
19
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
20
26
|
requirements:
|
21
27
|
- - ">="
|
22
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 7
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
- 6
|
23
33
|
version: "0.6"
|
24
|
-
|
34
|
+
type: :runtime
|
35
|
+
version_requirements: *id001
|
25
36
|
description:
|
26
37
|
email: lisa@thedoh.com
|
27
38
|
executables: []
|
@@ -31,41 +42,171 @@ extensions: []
|
|
31
42
|
extra_rdoc_files:
|
32
43
|
- ChangeLog
|
33
44
|
files:
|
34
|
-
- Rakefile
|
35
45
|
- LICENSE
|
46
|
+
- Rakefile
|
47
|
+
- init.rb
|
48
|
+
- lib/reve.rb
|
36
49
|
- lib/reve/classes.rb
|
37
50
|
- lib/reve/exceptions.rb
|
38
51
|
- lib/reve/extensions.rb
|
39
|
-
- lib/reve.rb
|
40
52
|
- reve.rb
|
41
53
|
- tester.rb
|
42
|
-
- init.rb
|
43
54
|
- ChangeLog
|
55
|
+
- test/test_reve.rb
|
56
|
+
- test/xml/alliances.xml
|
57
|
+
- test/xml/assets.xml
|
58
|
+
- test/xml/badxml.xml
|
59
|
+
- test/xml/certificate_tree.xml
|
60
|
+
- test/xml/char_facwarstats.xml
|
61
|
+
- test/xml/char_medals.xml
|
62
|
+
- test/xml/character_sheet.xml
|
63
|
+
- test/xml/characterid.xml
|
64
|
+
- test/xml/charactername.xml
|
65
|
+
- test/xml/characters.xml
|
66
|
+
- test/xml/conqurable_stations.xml
|
67
|
+
- test/xml/corp_facwarstats.xml
|
68
|
+
- test/xml/corp_medals.xml
|
69
|
+
- test/xml/corp_member_medals.xml
|
70
|
+
- test/xml/corp_membersecurity.xml
|
71
|
+
- test/xml/corporate_assets_list.xml
|
72
|
+
- test/xml/corporate_market_orders.xml
|
73
|
+
- test/xml/corporate_wallet_balance.xml
|
74
|
+
- test/xml/corporate_wallet_journal.xml
|
75
|
+
- test/xml/corporate_wallet_transactions.xml
|
76
|
+
- test/xml/corporation_sheet.xml
|
77
|
+
- test/xml/errors/error_100.xml
|
78
|
+
- test/xml/errors/error_101.xml
|
79
|
+
- test/xml/errors/error_102.xml
|
80
|
+
- test/xml/errors/error_103.xml
|
81
|
+
- test/xml/errors/error_104.xml
|
82
|
+
- test/xml/errors/error_105.xml
|
83
|
+
- test/xml/errors/error_106.xml
|
84
|
+
- test/xml/errors/error_107.xml
|
85
|
+
- test/xml/errors/error_108.xml
|
86
|
+
- test/xml/errors/error_109.xml
|
87
|
+
- test/xml/errors/error_110.xml
|
88
|
+
- test/xml/errors/error_111.xml
|
89
|
+
- test/xml/errors/error_112.xml
|
90
|
+
- test/xml/errors/error_113.xml
|
91
|
+
- test/xml/errors/error_114.xml
|
92
|
+
- test/xml/errors/error_115.xml
|
93
|
+
- test/xml/errors/error_116.xml
|
94
|
+
- test/xml/errors/error_117.xml
|
95
|
+
- test/xml/errors/error_118.xml
|
96
|
+
- test/xml/errors/error_119.xml
|
97
|
+
- test/xml/errors/error_120.xml
|
98
|
+
- test/xml/errors/error_121.xml
|
99
|
+
- test/xml/errors/error_122.xml
|
100
|
+
- test/xml/errors/error_123.xml
|
101
|
+
- test/xml/errors/error_124.xml
|
102
|
+
- test/xml/errors/error_125.xml
|
103
|
+
- test/xml/errors/error_200.xml
|
104
|
+
- test/xml/errors/error_201.xml
|
105
|
+
- test/xml/errors/error_202.xml
|
106
|
+
- test/xml/errors/error_203.xml
|
107
|
+
- test/xml/errors/error_204.xml
|
108
|
+
- test/xml/errors/error_205.xml
|
109
|
+
- test/xml/errors/error_206.xml
|
110
|
+
- test/xml/errors/error_207.xml
|
111
|
+
- test/xml/errors/error_208.xml
|
112
|
+
- test/xml/errors/error_209.xml
|
113
|
+
- test/xml/errors/error_210.xml
|
114
|
+
- test/xml/errors/error_211.xml
|
115
|
+
- test/xml/errors/error_212.xml
|
116
|
+
- test/xml/errors/error_213.xml
|
117
|
+
- test/xml/errors/error_214.xml
|
118
|
+
- test/xml/errors/error_500.xml
|
119
|
+
- test/xml/errors/error_501.xml
|
120
|
+
- test/xml/errors/error_502.xml
|
121
|
+
- test/xml/errors/error_503.xml
|
122
|
+
- test/xml/errors/error_504.xml
|
123
|
+
- test/xml/errors/error_505.xml
|
124
|
+
- test/xml/errors/error_506.xml
|
125
|
+
- test/xml/errors/error_507.xml
|
126
|
+
- test/xml/errors/error_508.xml
|
127
|
+
- test/xml/errors/error_509.xml
|
128
|
+
- test/xml/errors/error_510.xml
|
129
|
+
- test/xml/errors/error_511.xml
|
130
|
+
- test/xml/errors/error_512.xml
|
131
|
+
- test/xml/errors/error_513.xml
|
132
|
+
- test/xml/errors/error_514.xml
|
133
|
+
- test/xml/errors/error_515.xml
|
134
|
+
- test/xml/errors/error_516.xml
|
135
|
+
- test/xml/errors/error_517.xml
|
136
|
+
- test/xml/errors/error_518.xml
|
137
|
+
- test/xml/errors/error_519.xml
|
138
|
+
- test/xml/errors/error_520.xml
|
139
|
+
- test/xml/errors/error_521.xml
|
140
|
+
- test/xml/errors/error_522.xml
|
141
|
+
- test/xml/errors/error_523.xml
|
142
|
+
- test/xml/errors/error_524.xml
|
143
|
+
- test/xml/errors/error_525.xml
|
144
|
+
- test/xml/errors/error_900.xml
|
145
|
+
- test/xml/errors/error_901.xml
|
146
|
+
- test/xml/errors/error_902.xml
|
147
|
+
- test/xml/errors/error_903.xml
|
148
|
+
- test/xml/errors/error_999.xml
|
149
|
+
- test/xml/errors.xml
|
150
|
+
- test/xml/eve_facwarstats.xml
|
151
|
+
- test/xml/eve_facwartopstats.xml
|
152
|
+
- test/xml/industryjobs.xml
|
153
|
+
- test/xml/kills.xml
|
154
|
+
- test/xml/mail_messages.xml
|
155
|
+
- test/xml/mailing_lists.xml
|
156
|
+
- test/xml/map_facwarsystems.xml
|
157
|
+
- test/xml/mapjumps.xml
|
158
|
+
- test/xml/mapkills.xml
|
159
|
+
- test/xml/market_transactions.xml
|
160
|
+
- test/xml/marketorders.xml
|
161
|
+
- test/xml/member_tracking.xml
|
162
|
+
- test/xml/nonmember_corpsheet.xml
|
163
|
+
- test/xml/notifications.xml
|
164
|
+
- test/xml/reftypes.xml
|
165
|
+
- test/xml/research.xml
|
166
|
+
- test/xml/server_status.xml
|
167
|
+
- test/xml/skill_in_training-amarr-titan.xml
|
168
|
+
- test/xml/skill_in_training-none.xml
|
169
|
+
- test/xml/skill_queue-paused.xml
|
170
|
+
- test/xml/skill_queue.xml
|
171
|
+
- test/xml/skilltree.xml
|
172
|
+
- test/xml/sovereignty.xml
|
173
|
+
- test/xml/starbase_fuel.xml
|
174
|
+
- test/xml/starbases.xml
|
175
|
+
- test/xml/wallet_balance.xml
|
176
|
+
- test/xml/wallet_journal.xml
|
44
177
|
has_rdoc: true
|
45
178
|
homepage: http://revetrac.crudvision.com
|
46
|
-
|
47
|
-
rdoc_options: []
|
179
|
+
licenses: []
|
48
180
|
|
181
|
+
post_install_message:
|
182
|
+
rdoc_options:
|
183
|
+
- --charset=UTF-8
|
49
184
|
require_paths:
|
50
185
|
- lib
|
51
186
|
required_ruby_version: !ruby/object:Gem::Requirement
|
187
|
+
none: false
|
52
188
|
requirements:
|
53
189
|
- - ">="
|
54
190
|
- !ruby/object:Gem::Version
|
191
|
+
hash: 3
|
192
|
+
segments:
|
193
|
+
- 0
|
55
194
|
version: "0"
|
56
|
-
version:
|
57
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
196
|
+
none: false
|
58
197
|
requirements:
|
59
198
|
- - ">="
|
60
199
|
- !ruby/object:Gem::Version
|
200
|
+
hash: 3
|
201
|
+
segments:
|
202
|
+
- 0
|
61
203
|
version: "0"
|
62
|
-
version:
|
63
204
|
requirements: []
|
64
205
|
|
65
206
|
rubyforge_project: reve
|
66
|
-
rubygems_version: 1.
|
207
|
+
rubygems_version: 1.3.7
|
67
208
|
signing_key:
|
68
|
-
specification_version:
|
209
|
+
specification_version: 3
|
69
210
|
summary: Reve is a Ruby library to interface with the Eve Online API
|
70
211
|
test_files:
|
71
212
|
- test/test_reve.rb
|
@@ -83,6 +224,7 @@ test_files:
|
|
83
224
|
- test/xml/corp_facwarstats.xml
|
84
225
|
- test/xml/corp_medals.xml
|
85
226
|
- test/xml/corp_member_medals.xml
|
227
|
+
- test/xml/corp_membersecurity.xml
|
86
228
|
- test/xml/corporate_assets_list.xml
|
87
229
|
- test/xml/corporate_market_orders.xml
|
88
230
|
- test/xml/corporate_wallet_balance.xml
|
@@ -166,6 +308,8 @@ test_files:
|
|
166
308
|
- test/xml/eve_facwartopstats.xml
|
167
309
|
- test/xml/industryjobs.xml
|
168
310
|
- test/xml/kills.xml
|
311
|
+
- test/xml/mail_messages.xml
|
312
|
+
- test/xml/mailing_lists.xml
|
169
313
|
- test/xml/map_facwarsystems.xml
|
170
314
|
- test/xml/mapjumps.xml
|
171
315
|
- test/xml/mapkills.xml
|
@@ -173,10 +317,14 @@ test_files:
|
|
173
317
|
- test/xml/marketorders.xml
|
174
318
|
- test/xml/member_tracking.xml
|
175
319
|
- test/xml/nonmember_corpsheet.xml
|
320
|
+
- test/xml/notifications.xml
|
176
321
|
- test/xml/reftypes.xml
|
322
|
+
- test/xml/research.xml
|
177
323
|
- test/xml/server_status.xml
|
178
324
|
- test/xml/skill_in_training-amarr-titan.xml
|
179
325
|
- test/xml/skill_in_training-none.xml
|
326
|
+
- test/xml/skill_queue-paused.xml
|
327
|
+
- test/xml/skill_queue.xml
|
180
328
|
- test/xml/skilltree.xml
|
181
329
|
- test/xml/sovereignty.xml
|
182
330
|
- test/xml/starbase_fuel.xml
|