There was an error while loading. Please reload this page.
1 parent 53b0bb0 commit ccc0f34Copy full SHA for ccc0f34
1 file changed
test/toolpp.cpp
@@ -74,7 +74,7 @@ TEST(toolpp, fgdParseQuake) {
74
EXPECT_STREQ(fgd.getMainKeyValues().at("Name").data(), "Quake");
75
EXPECT_STREQ(fgd.getMainKeyValues().at("Palette").data(), "wc.pal");
76
EXPECT_STREQ(fgd.getMainKeyValues().at("DefaultClass").data(), "func_door");
77
- EXPECT_EQ(fgd.getEntities().size(), 494);
+ EXPECT_EQ(fgd.getEntities().size(), 106);
78
}
79
80
TEST(toolpp, fgdWrite) {
@@ -157,6 +157,13 @@ TEST(toolpp, fgdWrite) {
157
158
@mapsize(-16384, 16384)
159
160
+@Main =
161
+[
162
+ Name: "Quake"
163
+ Palette: "wc.pal"
164
+ DefaultClass: "func_door"
165
+]
166
+
167
@PointClass
168
base(Targetname, Angles, Origin)
169
halfgridsnap
0 commit comments