Skip to content

Commit

Permalink
Update EntityTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Feb 6, 2025
1 parent 5e7cc27 commit 9bac071
Showing 1 changed file with 1 addition and 94 deletions.
95 changes: 1 addition & 94 deletions Content.IntegrationTests/Tests/EntityTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,103 +237,10 @@ public async Task SpawnAndDeleteEntityCountTest()
"MapGrid",
"StationEvent",
"TimedDespawn",
"TransferMindOnDespawnComponent", // Frontier

// makes an announcement on mapInit.
"AnnounceOnSpawn",

// For testing
"TransferMindOnDespawnComponent", // Frontier
"AdventureRuleComponent",
"AnchorableStorage",
"AppraisalCartridge",
"BluespaceCargoRule",
"BluespaceErrorRule",
"BountyContractData",
"CargoMarketData",
"CavemanAccent",
"ComputerTabletopBoard",
"ComputerWallmountBoard",
"ContrabandPallet",
"ContrabandPodGrid",
"ContrabandPriceGun",
"CryoSleep",
"DeadDrop",
"DeadDropHint",
"DeadDropHintVariationPass",
"DisableSuitSensors",
"DisableToolUse",
"ExtraStationInformation",
"ForensicsCartridge",
"FTLKnockdownImmune",
"GoblinAccent",
"IgniteOnProjectileHit",
"LinkedLifecycleGridChild",
"M_EmpGenerator",
"MarketConsole",
"MedicalBountyRedemption",
"NFDroneConsole",
"NFSalvageMobRestrictions",
"PacifiedByZone",
"PacifiedZoneGenerator",
"ParrotSpeech",
"PartExchanger",
"PirateBountyLabel",
"PlantAnalyzer",
"PotentialDeadDrop",
"PreventCrisping",
"RandomFaxRule",
"SalvageMobRestrictionsGrid",
"SectorBank",
"SectorDeadDrop",
"SectorPirateBountyDatabase",
"SectorShuttleRecords",
"ShuttleIntercom",
"SizeAttribute",
"StationDampening",
"StationDeadDrop",
"StationDeadDropHintExempt",
"StationDeadDropReporting",
"StationRenameFaxes",
"StationRenameWarps",
"StationSectorServiceHost",
"StationTransit",
"StreetpunkAccent",
"SyndicateFOB",
"TransferMindOnDespawn",
"TransitShuttle",
"TriggerOnBeingGibbed",
"TriggerOnProjectileHit",

"OpenTriggeredStorageFill", // Why
"Card",
"CardDeck",
"CardHand",
"CardStack",

"EmpBlast",
"FoldableFixture",
"InnateMiningScannerViewer",
"MachinePart",
"MarketModifier",
"MedicalBounty",
"MedicalPriceGun",
"PirateBountyConsole",
"PirateBountyRedemptionConsole",
"ReagentWhitelistChange",
"SectorNews",
"SharedM_Emp",
"SharedM_EmpGenerator",
"ShortWhitelist",
"ShuttleFTL",
"ShuttleRecordsConsole",
"SpaceDebris",
"StackLayerThreshold",
"StationBankATM",
"TallWhitelist",
"TradeCrate",
"VehicleHorn",

"M_Emp"
};

Assert.That(server.CfgMan.GetCVar(CVars.NetPVS), Is.False);
Expand Down

0 comments on commit 9bac071

Please sign in to comment.