blob: a9c382ff0b050f1c87bdb5f4a5c00244bffc7a72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# Demonstrate general use of SAMP interoperability.
# Set the test description string.
votest.descr = "Demonstrate general use of SAMP interoperability"
print ("------------------------------------------------------------------")
print ("Req 2: Users shall be able to interoperate with other SAMP")
print (" (or WebSAMP) enabled applications.")
print ("------------------------------------------------------------------")
fcache init
#--------------------------------------------------------------------------
print ("Demonstration of the general use of SAMP is accomplished via the")
print ("specific SAMP test scripts.")
print ("")
print ("")
|