tests/tickets.js
[gitlive] / tests / tickets.js
index bca776a..d58d50e 100644 (file)
@@ -3,7 +3,7 @@
  * let's see if we can pull a list of tickets from the tracker..
  *
  */
-Fie = imports.File;
+Fie = imports['../File.js'];
 
 Tickets = {
     
@@ -28,3 +28,6 @@ Tickets = {
     
 }
 
+Tickets.parseNetrc();
+print ( JSON.stringify(Tickets.machines) );
+