certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] applications/HLA_TestsSuite CMakeLists.txt Test...


From: certi-cvs
Subject: [certi-cvs] applications/HLA_TestsSuite CMakeLists.txt Test...
Date: Tue, 21 Oct 2008 11:12:31 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Eric NOULARD <erk>      08/10/21 11:12:31

Modified files:
        HLA_TestsSuite : CMakeLists.txt 
Added files:
        HLA_TestsSuite : TestFed.fed BuggyFed.fed 

Log message:
        Add more test fed files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_TestsSuite/CMakeLists.txt?cvsroot=certi&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_TestsSuite/TestFed.fed?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_TestsSuite/BuggyFed.fed?cvsroot=certi&rev=1.1

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/applications/HLA_TestsSuite/CMakeLists.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- CMakeLists.txt      20 Oct 2008 21:21:42 -0000      1.22
+++ CMakeLists.txt      21 Oct 2008 11:12:31 -0000      1.23
@@ -185,7 +185,7 @@
 # ADD TEST Parse FOM file 
 #########################################################################      
             
 HLATestsSuite_ADD_TEST(test_FOMParse
-                      FED_FILE test_NotificationSwitches.fed
+                      FED_FILE TestFed.fed BuggyFed.fed
                       SOURCE_FILES test_FOMParse.cc test_FOMParse_cmdline.h 
test_FOMParse_cmdline.c 
                       COMMENTS "A FOM parsing test")
 

Index: TestFed.fed
===================================================================
RCS file: TestFed.fed
diff -N TestFed.fed
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ TestFed.fed 21 Oct 2008 11:12:31 -0000      1.1
@@ -0,0 +1,60 @@
+(FED
+  (Federation TestFed)
+  (FEDversion v1.3)
+  (spaces
+    (space thefinalfrontier
+      (dimension x)
+      (dimension y)
+      (dimension z)
+      (dimension time)
+    )
+    (space a
+       (dimension x)
+       (dimension y)
+    )
+    (space b
+        (dimension x)
+        (dimension y)
+        (dimension z)
+    )
+    (space c
+        (dimension x)
+    )
+    (space ip_space
+       (dimension subnet)
+    )
+  )
+  (objects
+    (class ObjectRoot
+      (attribute privilegeToDelete reliable timestamp)
+      (class RTIprivate)
+      (class UpO 
+               (attribute BufferName reliable timestamp)
+               (attribute ModelName reliable timestamp)
+      );;class UpO
+       (class SimulationModel 
+               (attribute Name reliable receive)
+       ) ;;class SimulationModel
+    )
+  )
+  (interactions
+    (class InteractionRoot reliable receive
+      (class RTIprivate reliable receive)
+      (class StartPart reliable timestamp
+          (parameter ModelName)
+          (parameter TimeStamp)
+       )
+       (class FinishPart reliable timestamp
+           (parameter modelName)
+           (parameter timeStamp)
+          (parameter test)
+       )
+    )
+  )
+)
+
+
+
+
+
+

Index: BuggyFed.fed
===================================================================
RCS file: BuggyFed.fed
diff -N BuggyFed.fed
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ BuggyFed.fed        21 Oct 2008 11:12:31 -0000      1.1
@@ -0,0 +1,27 @@
+(FED
+  (Federation BuggyFed)
+  (FEDversion v1.3)
+  (spaces
+  )
+  (objects
+    (class ObjectRoot
+      (attribute privilegeToDelete reliable timestamp)
+      (class RTIprivate)
+      (class h
+  )
+  (interactions
+    (class InteractionRoot reliable receive
+      (class RTIprivate reliable receive)
+      (class Toto unpredictable timestamp
+          (parameter a)
+          (parameter TimeStamp)
+       )
+    )
+  )
+)
+
+
+
+
+
+




reply via email to

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