Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / functionSubref / TfunctionSubref.ttcn
index 1ff540fdb82ae6b54c0c4fb39dd3c9760974ee55..6eeb0218a76f4273f54bfbfba2709d61181fcb56 100644 (file)
@@ -1,9 +1,14 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *   Balasko, Jeno
+ *   Baranyi, Botond
+ *
  ******************************************************************************/
 
 // This module contains tests for using subreferences (field names and array indexes) on the
@@ -123,13 +128,13 @@ altstep as_ct() runs on CT
 const Rec c_rec := { num := 3, str := "a0" };
 const RoI c_roi := { 1, 2, 4, 8, 16 };
 const RoUni c_unis := { { i := -6 }, { f := 0.5 }, { b := true }, { bs := '1101'B }, { hs := '3D7'H },
-  { os := '44A1'O }, { cs := "abc" }, { ucs := "víz" }, { vt := error }, { size := Small } };
+  { os := '44A1'O }, { cs := "abc" }, { ucs := "víz" }, { vt := error }, { size := Small } };
 const Arr c_arr := { '01'O, 'DE'O, 'ABBA'O, '1234EEFF'O };
 
 template Rec t_rec := { num := (0..100), str := pattern "a*b" };
 template RoI t_roi := { ?, 0, ((-10..-1), (1..10)) };
 template RoUni t_unis := { { i := (0..infinity) }, { f := (-1.0..1.0) }, { b := ? }, { bs := ? length (1..4) },
-  { hs := '12345FF'H }, { os := ('0000'O, 'FFFF'O) }, { cs := ("a".."z") length (5) }, { ucs := "víz" },
+  { hs := '12345FF'H }, { os := ('0000'O, 'FFFF'O) }, { cs := ("a".."z") length (5) }, { ucs := "víz" },
   { vt := ? }, { size := (Small, Large) } };
 template Arr t_arr := { ? length (2), ?, 'FEFEFE'O, 'DEADBEEF'O };
 
This page took 0.035357 seconds and 5 git commands to generate.