diff --git a/Source Code/TeamHobby.HobbyProjectGenerator.UserManagement/SystemAccountManager.cs b/Source Code/TeamHobby.HobbyProjectGenerator.UserManagement/SystemAccountManager.cs index ec32c34..8ab2f73 100644 --- a/Source Code/TeamHobby.HobbyProjectGenerator.UserManagement/SystemAccountManager.cs +++ b/Source Code/TeamHobby.HobbyProjectGenerator.UserManagement/SystemAccountManager.cs @@ -312,7 +312,7 @@ namespace TeamHobby.HobbyProjectGenerator.UserManagement { // Get name of file and update path to correct folder Console.WriteLine("Please input the name of the file:(Example.txt)"); - string filename = $"{path}\\BulkOps\\{Console.ReadLine()}"; + string filename = $"{path}\\{Console.ReadLine()}"; //Console.WriteLine(filename) // Get filesize diff --git a/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.Archiving.xTests/bin/Debug/net6.0/CoverletSourceRootsMapping b/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.Archiving.xTests/bin/Debug/net6.0/CoverletSourceRootsMapping new file mode 100644 index 0000000..569eb17 Binary files /dev/null and b/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.Archiving.xTests/bin/Debug/net6.0/CoverletSourceRootsMapping differ diff --git a/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.UserManagement.xTests/UnitTest1.cs b/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.UserManagement.xTests/UnitTest1.cs index b52a3e4..7f087bd 100644 --- a/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.UserManagement.xTests/UnitTest1.cs +++ b/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.UserManagement.xTests/UnitTest1.cs @@ -178,7 +178,7 @@ namespace TeamHobby.UserManagement.xTests //for (int i = 0; i < 10000; i++) //{ //var TestAcc = new UserAccount("newUser" + $"{i}", "4567", $"email{i}@a.com", "regular", sTime); - serviceTest.BulkOperation("Rifat", path + "\\BulkOps\\Bulk.txt", datasource); + serviceTest.BulkOperation("Rifat", path + "\\Bulk.txt", datasource); //} DateTime eTime = DateTime.Now; @@ -221,7 +221,7 @@ namespace TeamHobby.UserManagement.xTests string dbType = "sql"; RDSFactory dbFactory = new RDSFactory(); string dir = Directory.GetCurrentDirectory(); - string path = dir + "\\BulkOps\\Bulk.txt"; + string path = dir + "\\Bulk.txt"; output.WriteLine(path); diff --git a/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.UserManagement.xTests/bin/Debug/net6.0/CoverletSourceRootsMapping b/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.UserManagement.xTests/bin/Debug/net6.0/CoverletSourceRootsMapping new file mode 100644 index 0000000..642a0d9 Binary files /dev/null and b/Source Code/TeamHobby.HobbyProjectGenerator/TeamHobby.UserManagement.xTests/bin/Debug/net6.0/CoverletSourceRootsMapping differ