mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-22 02:27:58 +01:00
[sinttest] Use popular desktop OS in SoftwareInfoIntegrationTest values
This commit is contained in:
parent
33e8053258
commit
400a2b2564
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue