removed unit test - seemed incorrect

This commit is contained in:
scottjehl 2011-01-25 23:57:18 -05:00
parent d9b84f3f60
commit 85a6d878eb

View file

@ -71,30 +71,7 @@
}, 900);
});
test( "previous transition used when not set and going back through url stack", function(){
stop();
setTimeout(function(){
$("#no-trans > a").click();
}, 300);
setTimeout(function(){
$("#pop-trans > a").click();
}, 600);
setTimeout(function(){
//guarantee that we check only the newest changes
removePageTransClasses();
$("#no-trans > a").click();
ok($("#pop-trans").hasClass("pop"), "has pop class");
start();
}, 900);
});
test( "default transition is slide", function(){
stop();
setTimeout(function(){