Update main window title
[oscopy.git] / test / destroy.oscopy
blobf5c6257449547f6c45e181fe7bbc33d4115b7803
1 # Test destroy
2 oexec test/basic.oscopy
3 ocreate iRD
4 ocreate vgs
5 odestroy 2
6 ofiglist
7 print "*** Destroy figure 2 once again"
8 odestroy 2
9 print "*** destroy asfsasdf"
10 #odestroy asfsasdf
11 print "*** destroy -1"
12 #odestroy -1
13 print "*** destroy 6"
14 #odestroy 6
15 print "*** destroy"
16 #odestroy