|
From: | noreply |
Subject: | [myexperiment-hackers] [2494] trunk/lib/sanity_test.rb: removed "all workflows must have a license " test from sanity check |
Date: | Wed, 11 Aug 2010 09:33:13 -0400 (EDT) |
removed "all workflows must have a license" test from sanity check
--- trunk/lib/sanity_test.rb 2010-08-10 22:01:41 UTC (rev 2493)
+++ trunk/lib/sanity_test.rb 2010-08-11 13:33:13 UTC (rev 2494)
@@ -92,9 +92,6 @@
should_be_empty("All workflows must have a content type",
workflows.select do |w| w.content_type.nil? end)
- should_be_empty("All workflows must have a license",
- workflows.select do |w| w.license.nil? end)
-
# versioning
should_be_empty("All workflows versions should be contiguous",
[Prev in Thread] | Current Thread | [Next in Thread] |