]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add a test to verify that all device signal sink ports can trigger (#35891)
authorTayrtahn <tayrtahn@gmail.com>
Mon, 17 Mar 2025 23:44:38 +0000 (19:44 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 23:44:38 +0000 (00:44 +0100)
commit95055b43bfd0fbaea0256c93e0364f84d4d090c6
tree3bbea2fb7eb6239ec65a6cd93f9235e8580bb4f3
parent0c73b24da892676c9bf8bc10cd6c0c2fb2fc06db
Add a test to verify that all device signal sink ports can trigger (#35891)

* Add test of all device link sink ports

* Revert the fixed problem to prove that the test works.
Revert "Fix SpawnAndDeleteAllEntitiesInTheSameSpot heisentest (#32330)"

This reverts commit 4704309b4e7673e18019cb06701f66beaba9b1a2.

* Revert "Revert the fixed problem to prove that the test works."

This reverts commit cf0dbe797243552d8a63afefced2acd6829c3887.

* Assert that test devices aren't deleted between port triggers

* Test each port on a different map too

* Convert Linq to guard clauses

* Update Content.IntegrationTests/Tests/DeviceLinking/DeviceLinkingTest.cs

* More informative failure message

* Delete map after each test

* Don't bother sorting by ID

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Content.IntegrationTests/Tests/DeviceLinking/DeviceLinkingTest.cs [new file with mode: 0644]