<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@
  *
  */
 
-App::import('Behavior', 'LazyLoader');
+App::import('Behavior', 'LazyLoading.LazyLoader');
 App::import('Model', 'App');
 include CAKE_TESTS . 'cases' . DS . 'libs' . DS . 'model' . DS . 'models.php';
 
@@ -31,12 +31,12 @@ class LazyLoaderBehaviorTest extends CakeTestCase {
 		$this-&gt;Message = ClassRegistry::init('Message');
 		$this-&gt;Thread = ClassRegistry::init('Thread');
 
-		$this-&gt;Portfolio-&gt;Behaviors-&gt;attach('LazyLoader');
-		$this-&gt;Item-&gt;Behaviors-&gt;attach('LazyLoader');
-		$this-&gt;Syfile-&gt;Behaviors-&gt;attach('LazyLoader');
-		$this-&gt;Image-&gt;Behaviors-&gt;attach('LazyLoader');
-		$this-&gt;Message-&gt;Behaviors-&gt;attach('LazyLoader');
-		$this-&gt;Thread-&gt;Behaviors-&gt;attach('LazyLoader');
+		$this-&gt;Portfolio-&gt;Behaviors-&gt;attach('LazyLoading.LazyLoader');
+		$this-&gt;Item-&gt;Behaviors-&gt;attach('LazyLoading.LazyLoader');
+		$this-&gt;Syfile-&gt;Behaviors-&gt;attach('LazyLoading.LazyLoader');
+		$this-&gt;Image-&gt;Behaviors-&gt;attach('LazyLoading.LazyLoader');
+		$this-&gt;Message-&gt;Behaviors-&gt;attach('LazyLoading.LazyLoader');
+		$this-&gt;Thread-&gt;Behaviors-&gt;attach('LazyLoading.LazyLoader');
 
 		$this-&gt;Image-&gt;bind('Syfile', array('hasOne'));
 	}</diff>
      <filename>tests/cases/behaviors/lazy_loader.test.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>419f6593a6915619c54ef7add94bc26f09ee96d4</id>
    </parent>
  </parents>
  <author>
    <name>rafaelbandeira3</name>
    <email>rafaelbandeira3@gmail.com</email>
  </author>
  <url>http://github.com/rafaelbandeira3/lazy_loading/commit/d20b51a817a3c0fb05858f1191635d0b2901d430</url>
  <id>d20b51a817a3c0fb05858f1191635d0b2901d430</id>
  <committed-date>2008-12-19T09:50:24-08:00</committed-date>
  <authored-date>2008-12-19T09:50:24-08:00</authored-date>
  <message>correcting test case to use the plugin prefix</message>
  <tree>54bc657f3f5452826a4f60eecced2cb24d70019e</tree>
  <committer>
    <name>rafaelbandeira3</name>
    <email>rafaelbandeira3@gmail.com</email>
  </committer>
</commit>
