Skip to content

Commit

Permalink
Tweak vehicle drag tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored Nov 21, 2019
1 parent ec3c1e2 commit dceceb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/vehicle_drag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,19 @@ TEST_CASE( "vehicle_drag", "[vehicle] [engine]" )
test_vehicle_drag( "tandem", 0.609525, 0.021344, 40.290625, 2353, 3076 );
test_vehicle_drag( "unicycle", 0.690795, 0.002400, 24.162500, 2266, 2958 );
test_vehicle_drag( "beetle", 0.785610, 1.693784, 1199.020312, 8902, 10668 );
test_vehicle_drag( "bubble_car", 0.823988, 1.670566, 1126.270833, 9434, 9785 );
test_vehicle_drag( "bubble_car", 0.823988, 1.373576, 926.044643, 9365, 9711 );
test_vehicle_drag( "car", 0.294604, 2.366883, 1117.002083, 11837, 14304 );
test_vehicle_drag( "car_mini", 0.294604, 1.709414, 1210.084375, 12080, 14536 );
test_vehicle_drag( "car_sports", 0.294604, 2.424461, 1373.010000, 20847, 24914 );
test_vehicle_drag( "car_sports_atomic", 0.294604, 3.552642, 1676.596875, 24664, 25593 );
test_vehicle_drag( "car_sports_electric", 0.294604, 3.192600, 1808.018750, 24774, 25702 );
test_vehicle_drag( "electric_car", 0.304763, 2.407649, 1136.240625, 16203, 16819 );
test_vehicle_drag( "rara_x", 0.880425, 2.099200, 1093.158405, 8484, 8803 );
test_vehicle_drag( "rara_x", 0.880425, 1.902452, 990.701509, 8408, 8724 );
test_vehicle_drag( "suv", 0.294604, 2.807600, 1135.705357, 13939, 16801 );
test_vehicle_drag( "suv_electric", 0.304763, 2.589389, 1047.436607, 16144, 16760 );
test_vehicle_drag( "golf_cart", 0.943313, 1.479398, 930.895833, 7126, 7393 );
test_vehicle_drag( "golf_cart_4seat", 0.943313, 1.446760, 910.358333, 7131, 7398 );
test_vehicle_drag( "hearse", 0.355556, 3.016494, 1220.205357, 10995, 13320 );
test_vehicle_drag( "hearse", 0.355556, 2.827377, 1143.705357, 11164, 13453 );
test_vehicle_drag( "pickup_technical", 0.838097, 2.820320, 1140.850893, 10136, 12149 );
test_vehicle_drag( "ambulance", 1.049323, 2.264056, 1858.217708, 11256, 13438 );
test_vehicle_drag( "car_fbi", 0.457144, 2.635064, 1243.564583, 14570, 17458 );
Expand Down Expand Up @@ -303,7 +303,7 @@ TEST_CASE( "vehicle_drag", "[vehicle] [engine]" )
test_vehicle_drag( "lux_rv", 1.609183, 3.571591, 2015.961623, 8400, 9790 );
test_vehicle_drag( "meth_lab", 0.518580, 3.025322, 2070.948138, 11677, 14056 );
test_vehicle_drag( "rv", 0.541800, 3.000739, 2054.120213, 11528, 13872 );
test_vehicle_drag( "schoolbus", 0.411188, 3.060324, 1370.046591, 12891, 15087 );
test_vehicle_drag( "schoolbus", 0.411187, 2.794265, 1250.937500, 13069, 15234 );
test_vehicle_drag( "security_van", 0.541800, 7.592192, 6231.269792, 10977, 13009 );
test_vehicle_drag( "wienermobile", 1.063697, 2.315334, 1900.304167, 11201, 13374 );
test_vehicle_drag( "canoe", 0.609525, 6.948203, 1.967437, 331, 691 );
Expand Down

0 comments on commit dceceb5

Please sign in to comment.