Update to pkg/selectors/testdata/details.go

Issue #2709: Selector test data updated.
This commit is contained in:
Danny Adams 2023-03-07 09:51:25 -05:00
parent 7c498b42c1
commit 6707ef15a8

View File

@ -249,7 +249,7 @@ var (
ParentRef: SharePointLibraryItemPath1.ToBuilder().Dir().ShortRef(), ParentRef: SharePointLibraryItemPath1.ToBuilder().Dir().ShortRef(),
ItemInfo: details.ItemInfo{ ItemInfo: details.ItemInfo{
SharePoint: &details.SharePointInfo{ SharePoint: &details.SharePointInfo{
ItemType: details.SharePointItem, ItemType: details.SharePointLibrary,
ParentPath: SharePointLibraryFolder, ParentPath: SharePointLibraryFolder,
ItemName: SharePointLibraryItemPath1.Item() + "name", ItemName: SharePointLibraryItemPath1.Item() + "name",
Size: int64(23), Size: int64(23),
@ -265,7 +265,7 @@ var (
ParentRef: SharePointLibraryItemPath2.ToBuilder().Dir().ShortRef(), ParentRef: SharePointLibraryItemPath2.ToBuilder().Dir().ShortRef(),
ItemInfo: details.ItemInfo{ ItemInfo: details.ItemInfo{
SharePoint: &details.SharePointInfo{ SharePoint: &details.SharePointInfo{
ItemType: details.SharePointItem, ItemType: details.SharePointLibrary,
ParentPath: SharePointParentLibrary1, ParentPath: SharePointParentLibrary1,
ItemName: SharePointLibraryItemPath2.Item() + "name", ItemName: SharePointLibraryItemPath2.Item() + "name",
Size: int64(42), Size: int64(42),
@ -281,7 +281,7 @@ var (
ParentRef: SharePointLibraryItemPath3.ToBuilder().Dir().ShortRef(), ParentRef: SharePointLibraryItemPath3.ToBuilder().Dir().ShortRef(),
ItemInfo: details.ItemInfo{ ItemInfo: details.ItemInfo{
SharePoint: &details.SharePointInfo{ SharePoint: &details.SharePointInfo{
ItemType: details.SharePointItem, ItemType: details.SharePointLibrary,
ParentPath: SharePointParentLibrary2, ParentPath: SharePointParentLibrary2,
ItemName: SharePointLibraryItemPath3.Item() + "name", ItemName: SharePointLibraryItemPath3.Item() + "name",
Size: int64(19), Size: int64(19),