File tree Expand file tree Collapse file tree
BrowserStackLocal Unit Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public void TestBinaryPathOnNoMoreFallback()
7979 tunnel . fallbackPaths ( ) ;
8080 Assert . Throws ( typeof ( Exception ) ,
8181 new TestDelegate ( testFallbackException ) ,
82- "No More Paths to try. Please specify a binary path in options ."
82+ "Binary not found or failed to launch. Make sure that BrowserStackLocal.exe is not already running ."
8383 ) ;
8484 }
8585 [ TestMethod ]
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public virtual void fallbackPaths()
6161 {
6262 if ( basePathsIndex >= basePaths . Length - 1 )
6363 {
64- throw new Exception ( "No More Paths to try. Please specify a binary path in options ." ) ;
64+ throw new Exception ( "Binary not found or failed to launch. Make sure that BrowserStackLocal.exe is not already running ." ) ;
6565 }
6666 basePathsIndex ++ ;
6767 binaryAbsolute = Path . Combine ( basePaths [ basePathsIndex ] , binaryName ) ;
You can’t perform that action at this time.
0 commit comments