Changeset 10578

Show
Ignore:
Timestamp:
02/07/10 04:12:10 (7 months ago)
Author:
submersible_toaster
Message:

satisfy this tests need for the whole ->ide object

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/t/86-service.t

    r9443 r10578  
    1515use t::lib::Padre; 
    1616use Padre::Service; 
     17# Create the object so that Padre->ide works 
     18my $app = Padre->new; 
     19isa_ok( $app, 'Padre' ); 
     20 
    1721 
    1822# secret Task class name accessible in the test threads. See also way below