Posted by cosmicdreams on April 24, 2012 at 4:35pm
3 followers
| Project: | WSCCI |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | cosmicdreams |
| Status: | closed (fixed) |
Issue Summary
I'm going to look at the errors related to theme initialization. Hopefully this gets me started down the path of fixing all of this test fails.
Comments
#1
I was able to fully fix the errors here by doing the following:
BOOM, no exceptions and 5 passed tests.
#2
I've probably done something silly. Starting with the current kernel branch, I applied the patch from #1183208: Remove variable_get('clean_url') and switch to index.php/path pattern for dirty URL support
Then, I did a find and replace for all $_GET['q'] and replaced it with current_path().
In testing the tests that this issue targets, I found that all of them passed. But that got me to wonder, what else would pass?
So I'm submitting this patch for the testbot to test. Hopefully there will be less that 750 failed tests and less than 16k exceptions.
#3
Oh, the test bot isn't going to test this...I'll post it to the kernel issue.
#4
In the recent #1463656: Add a Drupal kernel; leverage HttpFoundation and HttpKernel patch this issue is resolved.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.