updated text file path to new path
This commit is contained in:
parent
3c154ed8aa
commit
9afb9af9f6
@ -312,7 +312,7 @@ namespace TeamHobby.HobbyProjectGenerator.UserManagement
|
|||||||
{
|
{
|
||||||
// Get name of file and update path to correct folder
|
// Get name of file and update path to correct folder
|
||||||
Console.WriteLine("Please input the name of the file:(Example.txt)");
|
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)
|
//Console.WriteLine(filename)
|
||||||
|
|
||||||
// Get filesize
|
// Get filesize
|
||||||
|
|||||||
Binary file not shown.
@ -178,7 +178,7 @@ namespace TeamHobby.UserManagement.xTests
|
|||||||
//for (int i = 0; i < 10000; i++)
|
//for (int i = 0; i < 10000; i++)
|
||||||
//{
|
//{
|
||||||
//var TestAcc = new UserAccount("newUser" + $"{i}", "4567", $"email{i}@a.com", "regular", sTime);
|
//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;
|
DateTime eTime = DateTime.Now;
|
||||||
@ -221,7 +221,7 @@ namespace TeamHobby.UserManagement.xTests
|
|||||||
string dbType = "sql";
|
string dbType = "sql";
|
||||||
RDSFactory dbFactory = new RDSFactory();
|
RDSFactory dbFactory = new RDSFactory();
|
||||||
string dir = Directory.GetCurrentDirectory();
|
string dir = Directory.GetCurrentDirectory();
|
||||||
string path = dir + "\\BulkOps\\Bulk.txt";
|
string path = dir + "\\Bulk.txt";
|
||||||
output.WriteLine(path);
|
output.WriteLine(path);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user