Changeset 24472
- Timestamp:
- 11/20/08 17:53:14 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/DateTime-Lite/trunk/t/14locale.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/DateTime-Lite/trunk/t/14locale.t
r24134 r24472 34 34 is( $@, '', 'make sure constructor accepts locale parameter as object' ); 35 35 36 DateTime::Lite->DefaultLocale('it');36 local $DateTime::Lite::DefaultLocale = 'it'; 37 37 is( DateTime::Lite->now->locale->id, 'it', 'default locale should now be "it"' );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)