Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/anim
diff options
context:
space:
mode:
authorslm <slm@slm-laptop.(none)>2010-06-16 18:44:17 (GMT)
committer slm <slm@slm-laptop.(none)>2010-06-16 18:44:17 (GMT)
commitf394866b6d778cb7b1d811f6a16aa15d2163acf2 (patch)
treea561f50583ddc8123881f5b96ed64a698d235b89 /anim
parent3f1497ba5a7bec0f83276c3730ecf4e56d2dc6ca (diff)
Git commited in order to merge
Diffstat (limited to 'anim')
-rwxr-xr-xanim/completeTest/fileTypeTests.py28
1 files changed, 11 insertions, 17 deletions
diff --git a/anim/completeTest/fileTypeTests.py b/anim/completeTest/fileTypeTests.py
index ceab50c..287d361 100755
--- a/anim/completeTest/fileTypeTests.py
+++ b/anim/completeTest/fileTypeTests.py
@@ -37,21 +37,15 @@ print "Enter 'Exit' into the prompt to close the program. (NOTE: not working yet
print "1. Simple File Type Variety Test, as images (NOTE: not working yet)"
print "2. Simple File Type variety Test, as sprites (NOTE: not working yet)"
print "3. Selected Scalability Test (NOTE: not working yet)"
+i=int(1)
file=open('./testresult.csv','a')
-list=[]
-keyIn="temp val"
-val=0
-while keyIn is not None:
- keyIn=raw_input(">")
- list[val]=int(keyIn)
- val=val+1
-
-print list+" and switching now..."
-#
-#for i in list:
-# call what's in list[i] somehow
-# print i
-# if i == keyInt
-# list[int(i)]
-# switch.get( i , sys.exit("Goodbye!") )
-# print 'looped through'
+
+testOrder
+keyIn
+
+while 1:
+ keyIn=int(raw_input(i+">"))
+ if keyIn is not "done":
+ testOrder[i]=keyIn
+ int=int(int+1)
+ else: break