myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2494] trunk/lib/sanity_test.rb: removed "all wor


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)

Revision
2494
Author
dgc
Date
2010-08-11 09:33:13 -0400 (Wed, 11 Aug 2010)

Log Message

removed "all workflows must have a license" test from sanity check

Modified Paths

Diff

Modified: trunk/lib/sanity_test.rb (2493 => 2494)


--- 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",

reply via email to

[Prev in Thread] Current Thread [Next in Thread]