Commit b07260dd b07260dd5d9566abf348500acbbe556fb6202091 by Christian Gerdes

Bytte namn till Beta.cs för de nya plugins som inte är så testade ännu.

1 parent 7af20a06
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
44 <ItemGroup> 44 <ItemGroup>
45 <Compile Include="ValidationRules.cs" /> 45 <Compile Include="ValidationRules.cs" />
46 <Compile Include="ExtractionRules.cs" /> 46 <Compile Include="ExtractionRules.cs" />
47 <Compile Include="Swedbank.cs" /> 47 <Compile Include="Beta.cs" />
48 <Compile Include="WebTestPlugins.cs" /> 48 <Compile Include="WebTestPlugins.cs" />
49 <Compile Include="LoadTestPlugins.cs" /> 49 <Compile Include="LoadTestPlugins.cs" />
50 <Compile Include="Properties\AssemblyInfo.cs" /> 50 <Compile Include="Properties\AssemblyInfo.cs" />
......