We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7645f commit ad1a530Copy full SHA for ad1a530
src/test/scala/org/apache/mesos/chronos/scheduler/jobs/JobUtilsSpec.scala
@@ -64,4 +64,10 @@ class JobUtilsSpec extends SpecificationWithJUnit with Mockito {
64
scheduledJobWithArguments.command.toString must_== commandWithArguments
65
dependencyJobWithArguments.command.toString must_== commandWithArguments
66
}
67
+
68
+ "Accepts a job name with periods" in {
69
+ val jobName = "sample.name"
70
71
+ JobUtils.isValidJobName(jobName)
72
+ }
73
0 commit comments