1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00

[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

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;
}