Commit 431a99b6 authored by garciay's avatar garciay
Browse files

Bug fixed in TA

parent e65aa3bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ namespace TestCastTortureAdapter
            System.Threading.Thread.Sleep(500);
            try
            {
                //m_sTestCaseName = "TC_GTP_BASIC";
                string sFilePath = "data\\" + m_sTestCaseName + ".dat";//..\\..\\..\\..\\
                if (!File.Exists(sFilePath))
                {
@@ -193,7 +194,6 @@ namespace TestCastTortureAdapter

        public void run()
        {
            m_sTestCaseName = "Test";
            SendMessageFor();

            TriProvider.Instance.TriPlatformPA = this;