We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55f9e3 commit b47f9bfCopy full SHA for b47f9bf
1 file changed
src/ign_TEST.cc
@@ -260,6 +260,17 @@ TEST(check, IGN_UTILS_TEST_DISABLED_ON_WIN32(SDF))
260
EXPECT_EQ("Valid.\n", output) << output;
261
}
262
263
+ // Check an SDF file with the infinite values for joint axis limits.
264
+ // This is a valid file.
265
+ {
266
+ std::string path = pathBase +"/joint_axis_infinite_limits.sdf";
267
+
268
+ // Check joint_axis_infinite_limits.sdf
269
+ std::string output =
270
+ custom_exec_str(IgnCommand() + " sdf -k " + path + SdfVersion());
271
+ EXPECT_EQ("Valid.\n", output) << output;
272
+ }
273
274
// Check an SDF file with the second link specified as the canonical link.
275
// This is a valid file.
276
{
0 commit comments