File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/ResourceManager/Common/Commands.Common.Strategies.UnitTest Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 67
67
<Project >{eea69772-d41b-482a-9252-2b4595c59e53}</Project >
68
68
<Name >Commands.Common.Strategies</Name >
69
69
</ProjectReference >
70
+ <ProjectReference Include =" ..\Commands.ScenarioTests.ResourceManager.Common\Commands.ScenarioTests.ResourceManager.Common.csproj" >
71
+ <Project >{3436a126-edc9-4060-8952-9a1be34cdd95}</Project >
72
+ <Name >Commands.ScenarioTests.ResourceManager.Common</Name >
73
+ </ProjectReference >
70
74
</ItemGroup >
71
75
<ItemGroup >
72
76
<Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
+ using Microsoft . WindowsAzure . Commands . ScenarioTest ;
15
16
using Xunit ;
16
17
17
18
namespace Microsoft . Azure . Commands . Common . Strategies . UnitTest
18
19
{
19
20
public class TimeSlotTest
20
21
{
21
22
[ Fact ]
23
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
22
24
public void AddTest ( )
23
25
{
24
26
var first = new TimeSlot ( ) ;
You can’t perform that action at this time.
0 commit comments