Skip to content

Commit

Permalink
remove MSTestCore switch- rename it to MSTest
Browse files Browse the repository at this point in the history
change license website
integrate protractor plugin
comment all debug statements
  • Loading branch information
angelovstanton committed Aug 5, 2018
1 parent a10d1aa commit ae0793c
Show file tree
Hide file tree
Showing 311 changed files with 13,894 additions and 7,082 deletions.
2 changes: 1 addition & 1 deletion AutomateThePlanet.licenseheader
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extensions: .cs .cpp .h
// limitations under the License.
// </copyright>
// <author>Anton Angelov</author>
// <site>https://automatetheplanet.com/</site>
// <site>https://bellatrix.solutions/</site>
extensions: .xml .config .xsd
<!--
Copyright %CurrentYear% Automate The Planet Ltd.
Expand Down
2 changes: 1 addition & 1 deletion GenerateLoadTestProjects/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// limitations under the License.
// </copyright>
// <author>Anton Angelov</author>
// <site>https://automatetheplanet.com/</site>
// <site>https://bellatrix.solutions/</site>
using System.IO;
using System.Text;

Expand Down
2 changes: 1 addition & 1 deletion LoadTestsProject.NUnit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// limitations under the License.
// </copyright>
// <author>Anton Angelov</author>
// <site>https://automatetheplanet.com/</site>
// <site>https://bellatrix.solutions/</site>
using System.Reflection;
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion LoadTestsProject/DriverFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace LoadTestsProject
{
public static class DriverFactory
{
private static Object lockObj = new Object();
private static object lockObj = new Object();

public static IWebDriver GetDriver()
{
Expand Down
Loading

0 comments on commit ae0793c

Please sign in to comment.