From 648923c29f4f6ee2eddaf0b845c634a22dbd298b Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Tue, 25 Aug 2020 21:32:56 +0000 Subject: [PATCH] Removed section: that says AutoTest requires experimental mode. Updated wikipage Using AutoTest. (Signed-off-by:javier). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2265 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../20.05/eiffelstudio/Tutorials/using-autotest/index.wiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/20.05/eiffelstudio/Tutorials/using-autotest/index.wiki b/documentation/20.05/eiffelstudio/Tutorials/using-autotest/index.wiki index e248bd75..3383982e 100644 --- a/documentation/20.05/eiffelstudio/Tutorials/using-autotest/index.wiki +++ b/documentation/20.05/eiffelstudio/Tutorials/using-autotest/index.wiki @@ -1,3 +1,5 @@ +[[Property:modification_date|Tue, 25 Aug 2020 21:32:56 GMT]] +[[Property:publication_date|Tue, 25 Aug 2020 21:32:56 GMT]] [[Property:title|Using AutoTest]] [[Property:weight|-1]] [[Property:uuid|6b900a65-85c6-9cd6-ef57-ccd4b8decbef]] @@ -20,7 +22,7 @@ This tutorial will guide you through the use of AutoTest. A [[AutoTest|reference {{Caution|
1) At this time, AutoTest will work '''only''' for project targets in the '''classic Eiffel''' environment. This means that projects targeted to Microsoft .NET will not be able to use AutoTest.
2) Currently, the use of AutoTest should be '''restricted to projects built without void-safe settings'''.}} -{{Recommended|During the transition to void-safe Eiffel, projects can be built using '''experimental''' mode. This mode is as stable as '''non-experimental''' mode, but includes some facilities that might break existing code in a few circumstances. However, since version 6.5, EiffelStudio itself is built in experimental mode, so '''we recommend that you use AutoTest only on projects also built using experimental mode'''. Experimental mode can be invoked by using the "-experiment" option from the command line, or on Microsoft Windows by following the '''Start''' menu path to EiffelStudio and selecting experimental mode. As of version 6.6, the mode that was '''experimental''' in previous versions, becomes the '''default''' mode.}} + {{SeeAlso|
[[AutoTest]] reference }}