You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory and its subdirectories contain extracts from Tibia.com,
3
4
trying to cover as many scenarios possible, to be used in unit tests.
4
5
5
6
## Character resources
7
+
6
8
-[character.txt](character/character.txt) - A full character response.
7
9
-[characterTraded.txt](character/characterTraded.txt) - A character that was traded and is also visible.
8
-
-[characterWithComplexDeaths.txt](character/characterWithComplexDeaths.txt) - A character with many types of deaths, such as deaths by summons, players, assisted deaths, etcetera.
10
+
-[characterWithComplexDeaths.txt](character/characterWithComplexDeaths.txt) - A character with many types of deaths,
11
+
such as deaths by summons, players, assisted deaths, etcetera.
9
12
-[characterDeletionScheduled.txt](character/characterDeletionScheduled.txt) - A character scheduled for deletion.
10
13
-[characterFormerNames.txt](character/characterFormerNames.txt) - A character with former names.
11
14
-[characterNotFound.txt](character/characterNotFound.txt) - A character not found page.
12
-
-[characterWithTitleAndBadges.txt](character/characterWithTitleAndBadges.txt) - A character with unlocked titles and badges.
15
+
-[characterWithTitleAndBadges.txt](character/characterWithTitleAndBadges.txt) - A character with unlocked titles and
16
+
badges.
13
17
-[characterNoBadgesSelected.txt](character/characterNoBadgesSelected.txt) - A character with no selected badges.
14
18
-[characterMultipleHouses.txt](character/characterMultipleHouses.txt) - A character with two houses.
15
-
-[characterTruncatedDeaths.txt](character/characterTruncatedDeaths.txt) - A character with too many deaths to be displayed.
19
+
-[characterTruncatedDeaths.txt](character/characterTruncatedDeaths.txt) - A character with too many deaths to be
20
+
displayed.
16
21
-[characterSpecialPosition.txt](character/characterSpecialPosition.txt) - A character with a special position.
17
22
18
-
19
23
## Guild resources
24
+
20
25
-[guild.txt](guild/guild.txt) - The content of a guild's page.
21
26
-[guildAtWar.txt](guild/guildAtWar.txt) - The content of a guild's page for a guild with an active war.
22
27
-[guildDisbanding.txt](guild/guildDisbanding.txt) - A guild that is set to be disbanded.
23
28
-[guildFormation.txt](guild/guildFormation.txt) - A guild still in formation.
24
-
-[guildMinimumInfo.txt](guild/guildMinimumInfo.txt) - A guild with the bare minimum (no description, no guildhall, no homepage)
29
+
-[guildMinimumInfo.txt](guild/guildMinimumInfo.txt) - A guild with the bare minimum (no description, no guildhall, no
30
+
homepage)
25
31
-[guildsSection.txt](guild/guildsSection.txt) - The guild list of a world.
26
32
-[guildsSectionNotFound.txt](guild/guildsSectionNotFound.txt) - The guild list of a world that doesn't exist.
27
33
-[guildNotFound.txt](guild/guildNotFound.txt) - The page shown for a guild that doesn't exist.
28
-
34
+
29
35
### War resources
30
36
31
37
-[guildWarEmpty.txt](guild/wars/guildWarEmpty.txt) - A guild with no active wars and no war history.
32
-
-[guildWarUnactiveAndHistory.txt](guild/wars/guildWarUnactiveAndHistory.txt) - A guild with no active wars and a previous war (enemy disbanded).
33
-
-[guildWarActiveAndHistory.txt](guild/wars/guildWarActiveAndHistory.txt) - A guild with an active war and two previous wars.
38
+
-[guildWarUnactiveAndHistory.txt](guild/wars/guildWarUnactiveAndHistory.txt) - A guild with no active wars and a
39
+
previous war (enemy disbanded).
40
+
-[guildWarActiveAndHistory.txt](guild/wars/guildWarActiveAndHistory.txt) - A guild with an active war and two previous
41
+
wars.
34
42
35
43
## House resources
44
+
36
45
-[houseRented.txt](house/houseRented.txt) - The content of a house's page
37
46
-[houseStatusNoBids.txt](house/houseStatusNoBids.txt) - The status string of a auction house with no bids.
38
47
-[houseStatusRented.txt](house/houseStatusRented.txt) - The status string of a rented house.
39
48
-[houseStatusTransferred.txt](house/houseStatusTransferred.txt) - The status string of a rented house that is set
40
-
for transfer.
49
+
for transfer.
41
50
-[houseStatusWithBids.txt](house/houseAuctionedWithBids.txt) - The status string of a auctioned house with
42
-
bids.
43
-
--[houseBeforeMerge.txt](house/houseBeforeMerge.txt) - A house from a world scheduled to be merged.
51
+
bids.
52
+
-
53
+
-[houseBeforeMerge.txt](house/houseBeforeMerge.txt) - A house from a world scheduled to be merged.
44
54
-[houseNotFound.txt](house/houseNotFound.txt) - The content of a page for a house not found.
45
55
-[housesSection.txt](house/housesSection.txt) - The house list of a world.
46
56
-[housesSectionEmpty.txt](house/housesSectionEmpty.txt) - The house list of a world, showing no houses.
47
-
-[housesSectionNotFound.txt](house/housesSectionNotFound.txt) - The house list of a world or town that doesn't
48
-
exist.
49
-
-[housesSectionBeforeMerge.txt](house/housesSectionBeforeMerge.txt) - The houses section of a world that is scheduled to be merged.
57
+
-[housesSectionNotFound.txt](house/housesSectionNotFound.txt) - The house list of a world or town that doesn't
58
+
exist.
59
+
-[housesSectionBeforeMerge.txt](house/housesSectionBeforeMerge.txt) - The houses section of a world that is scheduled
60
+
to be merged.
50
61
51
62
## Highscores resources
63
+
52
64
-[highscores.txt](highscores/highscores.txt) - The content of a correct highscore's page.
53
65
-[highscoresEmpty.txt](highscores/highscoresEmpty.txt) - The content of the highscores page of a nonexistent world.
54
-
-[highscoresNoResults.txt](highscores/highscoresNoResults.txt) - The content of the highscores page of a new world (no results shown). _OUTDATED_
66
+
-[highscoresNoResults.txt](highscores/highscoresNoResults.txt) - The content of the highscores page of a new world (no
67
+
results shown). _OUTDATED_
55
68
-[highscoresExperience.txt](highscores/highscoresExperience.txt) - The content of an experience highscores page.
56
69
-[highscoresLoyalty.txt](highscores/highscoresLoyalty.txt) - The content of a loyalty highscores page.
57
-
-[highscoresBattleEyePvpFilters.txt](highscores/highscoresBattleEyePvpFilters.txt) - The content of the highscores page using BattlEye and PvP filters.
58
-
70
+
-[highscoresBattleEyePvpFilters.txt](highscores/highscoresBattleEyePvpFilters.txt) - The content of the highscores page
71
+
using BattlEye and PvP filters.
59
72
60
73
## Kill Statistics resources
61
-
-[killStatisticsWithResults.txt](killStatistics/killStatisticsWithResults.txt) - The content of a correct kill statistics' page.
62
-
-[killStatisticsNotFound.txt](killStatistics/killStatisticsNotFound.txt) - The content of the kill statistics's page of a
63
-
nonexistent world or a unselected world.
74
+
75
+
-[killStatisticsWithResults.txt](killStatistics/killStatisticsWithResults.txt) - The content of a correct kill
76
+
statistics' page.
77
+
-[killStatisticsNotFound.txt](killStatistics/killStatisticsNotFound.txt) - The content of the kill statistics's page of
78
+
a
79
+
nonexistent world or a unselected world.
64
80
65
81
## News resources
66
-
-[newsArchiveInitial.txt](news/newsArchiveInitial.txt) - The content of the news search page with results and default filters.
67
-
-[newsArchiveWithFilters.txt](news/newsArchiveWithFilters.txt) - The content of the news search page with results using filters.
82
+
83
+
-[newsArchiveInitial.txt](news/newsArchiveInitial.txt) - The content of the news search page with results and default
84
+
filters.
85
+
-[newsArchiveWithFilters.txt](news/newsArchiveWithFilters.txt) - The content of the news search page with results using
86
+
filters.
68
87
-[newsArchiveEmpty.txt](news/newsArchiveEmpty.txt) - The content of the news search page with no results.
69
88
-[newsArchiveError.txt](news/newsArchiveError.txt) - The content of the news search page with an error.
70
89
-[newsArticle.txt](news/newsArticle.txt) - The content of a news article.
71
90
-[newsTicker.txt](news/newsTicker.txt) - The content of a news ticker.
72
91
73
92
## Leaderboard resources
74
-
-[leaderboardCurrentRotation.txt](leaderboards/leaderboardCurrentRotation.txt) - The leaderboard page for the current rotation of a world.
75
-
-[leaderboardDeletedCharacter.txt](leaderboards/leaderboardDeletedCharacter.txt) - A leaderboad containing a deleted character.
93
+
94
+
-[leaderboardCurrentRotation.txt](leaderboards/leaderboardCurrentRotation.txt) - The leaderboard page for the current
95
+
rotation of a world.
96
+
-[leaderboardDeletedCharacter.txt](leaderboards/leaderboardDeletedCharacter.txt) - A leaderboad containing a deleted
97
+
character.
76
98
-[leaderboardEmpty.txt](leaderboards/leaderboardEmpty.txt) - The leaderboard page for a world with no entries.
77
99
-[leaderboardNotFound.txt](leaderboards/leaderboardNotFound.txt) - The leaderboard page for a world that doesn't exist.
78
100
79
101
## World resources
80
-
-[worldOnline.txt](world/worldOnline.txt) - An online world on Tibia.com.
81
-
-[worldUnprotected.txt](world/worldUnprotected.txt) - A world with no BattlEye protection.
82
-
-[worldYellowBattlEye.txt](world/worldYellowBattlEye.txt) - A world that was not initially protected by BattlEye.
83
-
-[worldNoTitles.txt](world/worldNoTitles.txt) - A world without titles.
84
-
-[worldNotFound.txt](world/worldNotFound.txt) - The page shown for a world that doesn't exist.
85
-
-[worldOverviewOnline.txt](world/worldOverviewOnline.txt) - The world list with all worlds online.
86
-
-[worldOverviewOffline.txt](world/worldOverviewOffline.txt) - The world list with all worlds offline.
102
+
103
+
-[worldOnline.txt](world/worldOnline.txt) - An online world on Tibia.com.
104
+
-[worldUnprotected.txt](world/worldUnprotected.txt) - A world with no BattlEye protection.
105
+
-[worldYellowBattlEye.txt](world/worldYellowBattlEye.txt) - A world that was not initially protected by BattlEye.
106
+
-[worldNoTitles.txt](world/worldNoTitles.txt) - A world without titles.
107
+
-[worldNotFound.txt](world/worldNotFound.txt) - The page shown for a world that doesn't exist.
108
+
-[worldOverviewOnline.txt](world/worldOverviewOnline.txt) - The world list with all worlds online.
109
+
-[worldOverviewOffline.txt](world/worldOverviewOffline.txt) - The world list with all worlds offline.
87
110
88
111
## Forum resources
89
112
@@ -109,23 +132,31 @@ nonexistent world or a unselected world.
109
132
-[cmPostArchivePages.txt](forums/cmPostArchivePages.txt) - The CM Post Archive with multiple pages.
110
133
111
134
## Events resources
135
+
112
136
-[tibiacom_calendar.txt](events/event_schedule.txt) - The content of the event's calendar.
113
137
114
138
## Bazaar resources
139
+
115
140
-[auctionFinished.txt](bazaar/auctionFinished.txt) - The content of a finished auction.
116
141
-[auctionNotFound.txt](bazaar/auctionNotFound.txt) - The content of an auction that doesn't exist.
117
142
-[bazaarCurrentAuctions.txt](bazaar/bazaarCurrentAuctions.txt) - The content of the current auctions page.
118
-
-[bazaarCurrentAuctionsWithFilters.txt](bazaar/bazaarCurrentAuctionsWithFilters.txt) - The content of the current auctions page with all filters selected.
143
+
-[bazaarCurrentAuctionsWithFilters.txt](bazaar/bazaarCurrentAuctionsWithFilters.txt) - The content of the current
144
+
auctions page with all filters selected.
119
145
-[bazaarHistory.txt](bazaar/bazaarHistory.txt) - The content of the auction history page.
120
146
-[bazaarHistoryEmpty.txt](bazaar/bazaarHistoryEmpty.txt) - The content of the auction history page with no entries.
121
147
122
-
123
148
## Spells resources
149
+
124
150
-[spellsSectionDefault.txt](spells/spellsSectionDefault.txt) - The spells section with all results (no filters used).
125
-
-[spellsSectionEmpty.txt](spells/spellsSectionEmpty.txt) - The spells section with empty results (due to filter combination).
126
-
-[spellWithSecondaryGroup.txt](spells/spellWithSecondaryGroup.txt) - A spell with a secondary cooldown group.
151
+
-[spellsSectionEmpty.txt](spells/spellsSectionEmpty.txt) - The spells section with empty results (due to filter
152
+
combination).
153
+
-[spell.txt](spells/spell.txt) - A regular spell.
154
+
-[spellMultilneDescription.txt](spells/spellMultilneDescription.txt) - A spell with a description of multiple lines.
155
+
-[spellVariableMana.txt](spells/spellVariableMana.txt) - A spell with variable mana usage.
156
+
-[spellRevelationPerk.txt](spells/spellRevelationPerk.txt) - A spell obtained from a revelation perk.
127
157
-[spellWithRune.txt](spells/spellWithRune.txt) - A spell that produces a rune.
128
158
129
-
## Other resources
130
-
-[tibiacom_about.txt](tibiacom_about.txt) - The 'About Tibia' section on Tibia.com, used to provide invalid content
131
-
for tests.
159
+
## Other resources
160
+
161
+
-[tibiacom_about.txt](tibiacom_about.txt) - The 'About Tibia' section on Tibia.com, used to provide invalid content
0 commit comments