CVS difference for acats/new/c452002.a

Differences between 1.1 and version 1.2
Log of other versions for file acats/new/c452002.a

--- acats/new/c452002.a	2017/03/25 02:46:04	1.1
+++ acats/new/c452002.a	2017/03/28 03:30:34	1.2
@@ -53,6 +53,7 @@
 --
 -- CHANGE HISTORY:
 --    24 Mar 2017   RLB   Created test from overnight fever dream. :-)
+--    27 Mar 2017   RLB   Fixed subtest 7, which had reversed the condition.
 --!
 
 with Report;
@@ -116,7 +117,7 @@
       Report.Failed ("Wrong result - a non-overloaded choice (6)");
    end if;
 
-   if Item not in Hex | Oct | Bin then -- type Radix
+   if Item in Hex | Oct | Bin then -- type Radix
       Report.Failed ("Wrong result - a non-overloaded choice (7)");
    end if;
 
@@ -129,7 +130,7 @@
    end if;
 
    if Item not in Dec | Hex | Oct | Bin then -- type Radix
-      Report.Failed ("Wrong result - a non-overloaded choice (10");
+      Report.Failed ("Wrong result - a non-overloaded choice (10)");
    end if;
 
    -- The ultimate: everything is overloaded, but there still is only

Questions? Ask the ACAA Technical Agent