CP-10988: Make docker containers proper XenObjects in XenCenter, to appear on the treeview

-Fixing regression because of failing unit test: XenAdminTests.SearchTests.SearchMarshallingTests.RunTest

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2015-02-05 16:22:00 +00:00
parent cfcfba9c29
commit c9fa1a03ed

View File

@ -77,7 +77,7 @@ namespace XenAdmin.XenSearch
//StorageLinkVolume = 1 << 14,
//StorageLinkRepository = 1 << 15,
Folder = 1 << 11,
AllIncFolders = ((1 << 14) - 1) & ~ObjectTypes.Appliance,
AllIncFolders = (1 << 12) - 1,
AllExcFolders = AllIncFolders & ~ObjectTypes.Folder,
Appliance = 1 << 13,
DockerContainer = 1 << 14,