Skip to content

Commit

Permalink
Renamed FuelLeak failure to LiquidFuelLeak
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvanderbeck committed Dec 28, 2014
1 parent ee6022d commit 27d9c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TestFlight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
<Compile Include="FlightDataRecorder.cs" />
<Compile Include="FlightDataRecorder_Engine.cs" />
<Compile Include="TestFlightFailure_ShutdownEngine.cs" />
<Compile Include="TestFlightFailure_FuelLeak.cs" />
<Compile Include="TestFlightFailure_Explode.cs" />
<Compile Include="TestFlightFailure_LockGimbal.cs" />
<Compile Include="TestFlightFailure_ReducedMaxThrust.cs" />
<Compile Include="TestFlightFailure_LiquidFuelLeak.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace TestFlight
{
public class TestFlightFailure_FuelLeak : TestFlightFailureBase
public class TestFlightFailure_LiquidFuelLeak : TestFlightFailureBase
{
/// <summary>
/// Triggers the failure controlled by the failure module
Expand Down

0 comments on commit 27d9c5c

Please sign in to comment.