Skip to content

Commit 28381c1

Browse files
committed
Test changes
1 parent b4cf8f9 commit 28381c1

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

Src/AAT.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
</Reference>
7575
</ItemGroup>
7676
<ItemGroup>
77+
<Compile Include="Class1.cs" />
7778
<Compile Include="Config\Hooks.cs" />
7879
<Compile Include="Features\Homepage.feature.cs">
7980
<AutoGen>True</AutoGen>

Src/Class1.cs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace AAT
8+
{
9+
class Class1
10+
{
11+
}
12+
}

Src/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
2+
<packages>
33
<package id="ImpromptuInterface" version="6.2.2" targetFramework="net45" />
44
<package id="NUnit" version="3.5.0" targetFramework="net45" />
55
<package id="Selenium.Firefox.WebDriver" version="0.11.1" targetFramework="net45" />

0 commit comments

Comments
 (0)