Fmirra commited on
Commit
1f55915
1 Parent(s): 39deec2

Update test_block.tsv

Browse files
Files changed (1) hide show
  1. test_block.tsv +2 -2
test_block.tsv CHANGED
@@ -7,12 +7,12 @@ Define the method __init__ with arguments self, title, text and url, assign to t
7
  "Connect to the database skypeDB and execute the command ""SELECT fullname, skypename, city, country, datetime(profile_timestamp,'unixepoch') FROM Accounts;""" "def printProfile(skypeDB): \n conn = sqlite3.connect(skypeDB) \n c = conn.cursor() \n c.execute(""SELECT fullname, skypename, city, country, datetime(profile_timestamp,'unixepoch') FROM Accounts;"" \n"
8
  If the function has_key with argument 'href' of link returns True do nothing if link.has_key('href'): \n pass
9
  For each cookie in the cookie_jar of ab do nothing for cookie in ab.cookie_jar: \n pass
10
- Expect assign an empty list to dirList and exit the function except: \n dirList = [] \n return
11
  finally call method release on screenLock with no arguments and method close on screenLock with no argument finally: \n screenlock.release() \n screenLock.close()
12
  Costruct the class with host, user and password, then connect def __init__(self, host, user, password): \n self.host = host \n self.user = user \n self.password = password \n self.session = self.connect() \n
13
  If pktsSent is more than THRESH take the first argument of stream splitted at ':' and assign it to src and take the second argument of stream splitted at ':' and assign it to dst if pktsSent > THRESH: \n src = stream.split(':')[0] \n dst = stream.split(':')[1]
14
  For each cookie in the cookie_jar do nothing for cookie in cookie_jar: \n pass
15
  Define the function addClient with arguments host, user and password then Call the class Client with argumet host, user and password and assign it to client then Call the method append on botNet with argument client def addClient(host, user, password): \ n client = Client(host, user, password) \n botNet.append(client)
16
  If the substring '.zip' is in uri and the substring 'loic' is in uri do nothing if '.zip' in uri and 'loic' in uri: \n pass
17
- Expect do nothing except: \n pass \n
18
  If iface of options is equal to None assign to iface the string 'eth0' if options.iface == None: \n iface = 'eth0'
 
7
  "Connect to the database skypeDB and execute the command ""SELECT fullname, skypename, city, country, datetime(profile_timestamp,'unixepoch') FROM Accounts;""" "def printProfile(skypeDB): \n conn = sqlite3.connect(skypeDB) \n c = conn.cursor() \n c.execute(""SELECT fullname, skypename, city, country, datetime(profile_timestamp,'unixepoch') FROM Accounts;"" \n"
8
  If the function has_key with argument 'href' of link returns True do nothing if link.has_key('href'): \n pass
9
  For each cookie in the cookie_jar of ab do nothing for cookie in ab.cookie_jar: \n pass
10
+ Except assign an empty list to dirList and exit the function except: \n dirList = [] \n return
11
  finally call method release on screenLock with no arguments and method close on screenLock with no argument finally: \n screenlock.release() \n screenLock.close()
12
  Costruct the class with host, user and password, then connect def __init__(self, host, user, password): \n self.host = host \n self.user = user \n self.password = password \n self.session = self.connect() \n
13
  If pktsSent is more than THRESH take the first argument of stream splitted at ':' and assign it to src and take the second argument of stream splitted at ':' and assign it to dst if pktsSent > THRESH: \n src = stream.split(':')[0] \n dst = stream.split(':')[1]
14
  For each cookie in the cookie_jar do nothing for cookie in cookie_jar: \n pass
15
  Define the function addClient with arguments host, user and password then Call the class Client with argumet host, user and password and assign it to client then Call the method append on botNet with argument client def addClient(host, user, password): \ n client = Client(host, user, password) \n botNet.append(client)
16
  If the substring '.zip' is in uri and the substring 'loic' is in uri do nothing if '.zip' in uri and 'loic' in uri: \n pass
17
+ Except do nothing except: \n pass \n
18
  If iface of options is equal to None assign to iface the string 'eth0' if options.iface == None: \n iface = 'eth0'