[sinttest] Use popular desktop OS in SoftwareInfoIntegrationTest values

This commit is contained in:
Florian Schmaus 2021-12-13 20:51:33 +01:00
parent 33e8053258
commit 400a2b2564
1 changed files with 4 additions and 4 deletions

View File

@ -73,10 +73,10 @@ public class SoftwareInfoIntegrationTest extends AbstractSmackIntegrationTest {
.build();
SoftwareInfoForm softwareInfoForm = builder.setIcon(mediaElement)
.setOS("Windows")
.setOSVersion("XP")
.setSoftware("Exodus")
.setSoftwareVersion("0.9.1")
.setOS("Linux")
.setOSVersion("Debian")
.setSoftware("Gajim")
.setSoftwareVersion("1.4.0")
.build();
return softwareInfoForm;
}