Modified JS ADO list of tests to mirror the Ambrosia ADO test

This commit is contained in:
Darren Gehring 2022-02-03 10:21:04 -08:00
Родитель 328b0c29ee
Коммит bf96b14c11
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -77,7 +77,6 @@ namespace AmbrosiaTest
//** Basic End to End that is NOT bidirectional
//** A zero value is flag to take default value
[TestMethod]
[TestCategory("JSADO")]
public void JS_PTI_BasicEndToEnd_Test()
{
Utilities MyUtils = new Utilities();
@ -121,7 +120,6 @@ namespace AmbrosiaTest
//** Basic End to End that is NOT bidirectional and that is stopped and restarted
[TestMethod]
[TestCategory("JSADO")]
public void JS_PTI_BasicRestartEndToEnd_Test()
{
Utilities MyUtils = new Utilities();
@ -176,6 +174,7 @@ namespace AmbrosiaTest
//** Basic End to End that is bidirectional and that is stopped and restarted
[TestMethod]
[TestCategory("JSADO")]
public void JS_PTI_BasicRestartEndToEnd_BiDi_Test()
{
Utilities MyUtils = new Utilities();
@ -227,7 +226,6 @@ namespace AmbrosiaTest
//** Basic End to End that is NOT bidirectional where Client and Server are in separate Procs
[TestMethod]
[TestCategory("JSADO")]
public void JS_PTI_BasicTwoProc_Test()
{
Utilities MyUtils = new Utilities();