Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2008-08-25 22:31:15 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6f3be5d0e350c36c7e6cb31af4e6e6572409640
e6f3be5d
1 parent
ec7e9607
Changed paths to allseeing-i.com for cookie tests
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
195 additions
and
58 deletions
ASIHTTPRequestTests.m
asi-http-request.xcodeproj/ben.mode1v3
asi-http-request.xcodeproj/ben.pbxuser
ASIHTTPRequestTests.m
View file @
e6f3be5
...
...
@@ -138,7 +138,7 @@ More tests needed for:
success
=
[
date
isEqualToDate
:
referenceDate
];
STAssertTrue
(
success
,
@"Date parse 3 failed"
);
NSURL
*
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
si
/asi-http-request/tests/set_cookie"
]
autorelease
];
NSURL
*
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
llseeing-i.com
/asi-http-request/tests/set_cookie"
]
autorelease
];
ASIHTTPRequest
*
request
=
[[[
ASIHTTPRequest
alloc
]
initWithURL
:
url
]
autorelease
];
[
request
setUseCookiePersistance
:
YES
];
[
request
start
];
...
...
@@ -169,7 +169,7 @@ More tests needed for:
return
;
}
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
si
/asi-http-request/tests/read_cookie"
]
autorelease
];
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
llseeing-i.com
/asi-http-request/tests/read_cookie"
]
autorelease
];
request
=
[[[
ASIHTTPRequest
alloc
]
initWithURL
:
url
]
autorelease
];
[
request
setUseCookiePersistance
:
NO
];
[
request
setRequestCookies
:[
NSMutableArray
arrayWithObject
:
cookie
]];
...
...
@@ -178,7 +178,7 @@ More tests needed for:
success
=
[
html
isEqualToString
:
@"I have 'This is the value' as the value of 'ASIHTTPRequestTestCookie'"
];
STAssertTrue
(
success
,
@"Cookie not presented to the server with cookie persistance OFF"
);
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
si
/asi-http-request/tests/read_cookie"
]
autorelease
];
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
llseeing-i.com
/asi-http-request/tests/read_cookie"
]
autorelease
];
request
=
[[[
ASIHTTPRequest
alloc
]
initWithURL
:
url
]
autorelease
];
[
request
setUseCookiePersistance
:
YES
];
[
request
start
];
...
...
@@ -186,14 +186,14 @@ More tests needed for:
success
=
[
html
isEqualToString
:
@"I have 'This is the value' as the value of 'ASIHTTPRequestTestCookie'"
];
STAssertTrue
(
success
,
@"Cookie not presented to the server with cookie persistance ON"
);
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
si
/asi-http-request/tests/remove_cookie"
]
autorelease
];
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
llseeing-i.com
/asi-http-request/tests/remove_cookie"
]
autorelease
];
request
=
[[[
ASIHTTPRequest
alloc
]
initWithURL
:
url
]
autorelease
];
[
request
start
];
html
=
[
request
dataString
];
success
=
[
html
isEqualToString
:
@"I have removed a cookie"
];
STAssertTrue
(
success
,
@"Failed to remove a cookie"
);
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
si
/asi-http-request/tests/read_cookie"
]
autorelease
];
url
=
[[[
NSURL
alloc
]
initWithString
:
@"http://a
llseeing-i.com
/asi-http-request/tests/read_cookie"
]
autorelease
];
request
=
[[[
ASIHTTPRequest
alloc
]
initWithURL
:
url
]
autorelease
];
[
request
start
];
html
=
[
request
dataString
];
...
...
asi-http-request.xcodeproj/ben.mode1v3
View file @
e6f3be5
...
...
@@ -231,8 +231,6 @@
<key>
Layout
</key>
<array>
<dict>
<key>
BecomeActive
</key>
<true/>
<key>
ContentConfiguration
</key>
<dict>
<key>
PBXBottomSmartGroupGIDs
</key>
...
...
@@ -281,8 +279,8 @@
<key>
PBXSmartGroupTreeModuleOutlineStateSelectionKey
</key>
<array>
<array>
<integer>
11
</integer>
<integer>
5
</integer>
<integer>
4
</integer>
<integer>
2
</integer>
<integer>
0
</integer>
</array>
</array>
...
...
@@ -317,12 +315,14 @@
<key>
Dock
</key>
<array>
<dict>
<key>
BecomeActive
</key>
<true/>
<key>
ContentConfiguration
</key>
<dict>
<key>
PBXProjectModuleGUID
</key>
<string>
1CE0B20306471E060097A5F4
</string>
<key>
PBXProjectModuleLabel
</key>
<string>
ASIHTTPRequest.m
</string>
<string>
ASIHTTPRequest
Tests
.m
</string>
<key>
PBXSplitModuleInNavigatorKey
</key>
<dict>
<key>
Split0
</key>
...
...
@@ -330,11 +330,11 @@
<key>
PBXProjectModuleGUID
</key>
<string>
1CE0B20406471E060097A5F4
</string>
<key>
PBXProjectModuleLabel
</key>
<string>
ASIHTTPRequest.m
</string>
<string>
ASIHTTPRequest
Tests
.m
</string>
<key>
_historyCapacity
</key>
<integer>
0
</integer>
<key>
bookmark
</key>
<string>
B500B5
7B0E635B55
00744D82
</string>
<string>
B500B5
890E635BC7
00744D82
</string>
<key>
history
</key>
<array>
<string>
B5731B8B0E4310180008024F
</string>
...
...
@@ -347,13 +347,13 @@
<string>
B5B3BF120E63470F0071D39F
</string>
<string>
B5B3BF150E63470F0071D39F
</string>
<string>
B5B3BF190E63470F0071D39F
</string>
<string>
B5B3BF3A0E634AB90071D39F
</string>
<string>
B5B3BF4F0E634B0C0071D39F
</string>
<string>
B5B3BF5D0E634B5D0071D39F
</string>
<string>
B500B54C0E635A3200744D82
</string>
<string>
B500B5740E635B5500744D82
</string>
<string>
B500B5750E635B5500744D82
</string>
<string>
B500B5760E635B5500744D82
</string>
<string>
B500B57E0E635BC700744D82
</string>
<string>
B500B57F0E635BC700744D82
</string>
<string>
B500B5800E635BC700744D82
</string>
<string>
B500B5810E635BC700744D82
</string>
<string>
B500B5820E635BC700744D82
</string>
</array>
<key>
prevStack
</key>
<array>
...
...
@@ -383,6 +383,12 @@
<string>
B500B5780E635B5500744D82
</string>
<string>
B500B5790E635B5500744D82
</string>
<string>
B500B57A0E635B5500744D82
</string>
<string>
B500B5830E635BC700744D82
</string>
<string>
B500B5840E635BC700744D82
</string>
<string>
B500B5850E635BC700744D82
</string>
<string>
B500B5860E635BC700744D82
</string>
<string>
B500B5870E635BC700744D82
</string>
<string>
B500B5880E635BC700744D82
</string>
</array>
</dict>
<key>
SplitCount
</key>
...
...
@@ -576,7 +582,6 @@
<integer>
5
</integer>
<key>
WindowOrderList
</key>
<array>
<string>
B500B57C0E635B5500744D82
</string>
<string>
B500B5570E635A3200744D82
</string>
<string>
B500B5580E635A3200744D82
</string>
<string>
1CD10A99069EF8BA00B06720
</string>
...
...
asi-http-request.xcodeproj/ben.pbxuser
View file @
e6f3be5
...
...
@@ -155,6 +155,18 @@
B500B5790E635B5500744D82 /* PBXTextBookmark */ = B500B5790E635B5500744D82 /* PBXTextBookmark */;
B500B57A0E635B5500744D82 /* PBXTextBookmark */ = B500B57A0E635B5500744D82 /* PBXTextBookmark */;
B500B57B0E635B5500744D82 /* PBXTextBookmark */ = B500B57B0E635B5500744D82 /* PBXTextBookmark */;
B500B57E0E635BC700744D82 /* PBXTextBookmark */ = B500B57E0E635BC700744D82 /* PBXTextBookmark */;
B500B57F0E635BC700744D82 /* PBXTextBookmark */ = B500B57F0E635BC700744D82 /* PBXTextBookmark */;
B500B5800E635BC700744D82 /* PBXTextBookmark */ = B500B5800E635BC700744D82 /* PBXTextBookmark */;
B500B5810E635BC700744D82 /* PBXTextBookmark */ = B500B5810E635BC700744D82 /* PBXTextBookmark */;
B500B5820E635BC700744D82 /* PBXTextBookmark */ = B500B5820E635BC700744D82 /* PBXTextBookmark */;
B500B5830E635BC700744D82 /* PBXTextBookmark */ = B500B5830E635BC700744D82 /* PBXTextBookmark */;
B500B5840E635BC700744D82 /* PBXTextBookmark */ = B500B5840E635BC700744D82 /* PBXTextBookmark */;
B500B5850E635BC700744D82 /* PBXTextBookmark */ = B500B5850E635BC700744D82 /* PBXTextBookmark */;
B500B5860E635BC700744D82 /* PBXTextBookmark */ = B500B5860E635BC700744D82 /* PBXTextBookmark */;
B500B5870E635BC700744D82 /* PBXTextBookmark */ = B500B5870E635BC700744D82 /* PBXTextBookmark */;
B500B5880E635BC700744D82 /* PBXTextBookmark */ = B500B5880E635BC700744D82 /* PBXTextBookmark */;
B500B5890E635BC700744D82 /* PBXTextBookmark */ = B500B5890E635BC700744D82 /* PBXTextBookmark */;
B513D4020E2BD48A000A50C6 = B513D4020E2BD48A000A50C6 /* PlistBookmark */;
B513D4030E2BD48A000A50C6 = B513D4030E2BD48A000A50C6 /* PBXTextBookmark */;
B567EF5C0E4EE4FC001E238F = B567EF5C0E4EE4FC001E238F /* PBXTextBookmark */;
...
...
@@ -553,7 +565,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 183";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2416;
vrLoc = 6299;
...
...
@@ -600,7 +612,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 183";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2416;
vrLoc = 6299;
...
...
@@ -615,6 +627,126 @@
vrLen = 2093;
vrLoc = 4323;
};
B500B57E0E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5B3BC460E62D4790071D39F /* ASIHTTPCookie.h */;
name = "ASIHTTPCookie.h: 25";
rLen = 15;
rLoc = 528;
rType = 0;
vrLen = 789;
vrLoc = 0;
};
B500B57F0E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5B3BC470E62D4790071D39F /* ASIHTTPCookie.m */;
name = "ASIHTTPCookie.m: 16";
rLen = 0;
rLoc = 374;
rType = 0;
vrLen = 1581;
vrLoc = 0;
};
B500B5800E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5ABC7BA0E24C5620072F422 /* ASIHTTPRequest.h */;
name = "ASIHTTPRequest.h: 257";
rLen = 0;
rLoc = 8939;
rType = 0;
vrLen = 1984;
vrLoc = 0;
};
B500B5810E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5ABC7B90E24C5620072F422 /* ASIHTTPRequest.m */;
name = "ASIHTTPRequest.m: 175";
rLen = 0;
rLoc = 4701;
rType = 0;
vrLen = 2118;
vrLoc = 4320;
};
B500B5820E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 21";
rLen = 0;
rLoc = 392;
rType = 0;
vrLen = 2517;
vrLoc = 1963;
};
B500B5830E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5ABC7B90E24C5620072F422 /* ASIHTTPRequest.m */;
name = "ASIHTTPRequest.m: 175";
rLen = 0;
rLoc = 4701;
rType = 0;
vrLen = 2093;
vrLoc = 4323;
};
B500B5840E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 21";
rLen = 0;
rLoc = 392;
rType = 0;
vrLen = 2517;
vrLoc = 1963;
};
B500B5850E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5B3BC460E62D4790071D39F /* ASIHTTPCookie.h */;
name = "ASIHTTPCookie.h: 25";
rLen = 15;
rLoc = 528;
rType = 0;
vrLen = 789;
vrLoc = 0;
};
B500B5860E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5B3BC470E62D4790071D39F /* ASIHTTPCookie.m */;
name = "ASIHTTPCookie.m: 16";
rLen = 0;
rLoc = 374;
rType = 0;
vrLen = 1581;
vrLoc = 0;
};
B500B5870E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5ABC7BA0E24C5620072F422 /* ASIHTTPRequest.h */;
name = "ASIHTTPRequest.h: 257";
rLen = 0;
rLoc = 8939;
rType = 0;
vrLen = 1984;
vrLoc = 0;
};
B500B5880E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5ABC7B90E24C5620072F422 /* ASIHTTPRequest.m */;
name = "ASIHTTPRequest.m: 175";
rLen = 0;
rLoc = 4701;
rType = 0;
vrLen = 2118;
vrLoc = 4320;
};
B500B5890E635BC700744D82 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 196";
rLen = 0;
rLoc = 8273;
rType = 0;
vrLen = 2494;
vrLoc = 6099;
};
B513D4020E2BD48A000A50C6 /* PlistBookmark */ = {
isa = PlistBookmark;
fRef = 8D1107310486CEB800E47090 /* Info.plist */;
...
...
@@ -679,8 +811,8 @@
B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1252, 2926}}";
sepNavSelRange = "{
392
, 0}";
sepNavVisRange = "{
1971, 2367
}";
sepNavSelRange = "{
8273
, 0}";
sepNavVisRange = "{
6099, 2494
}";
sepNavWindowFrame = "{{148, 98}, {1485, 874}}";
};
};
...
...
@@ -892,17 +1024,17 @@
};
B5ABC7B90E24C5620072F422 /* ASIHTTPRequest.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1252, 130
48
}}";
sepNavIntBoundsRect = "{{0, 0}, {1252, 130
90
}}";
sepNavSelRange = "{4701, 0}";
sepNavVisRange = "{432
3, 2093
}";
sepNavVisRange = "{432
0, 2118
}";
sepNavWindowFrame = "{{500, 55}, {1475, 874}}";
};
};
B5ABC7BA0E24C5620072F422 /* ASIHTTPRequest.h */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1252, 36
26
}}";
sepNavIntBoundsRect = "{{0, 0}, {1252, 36
82
}}";
sepNavSelRange = "{8939, 0}";
sepNavVisRange = "{
140, 2061
}";
sepNavVisRange = "{
0, 1984
}";
sepNavWindowFrame = "{{19, 304}, {1475, 874}}";
};
};
...
...
@@ -990,7 +1122,7 @@
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1252, 1414}}";
sepNavSelRange = "{374, 0}";
sepNavVisRange = "{0, 15
2
1}";
sepNavVisRange = "{0, 15
8
1}";
};
};
B5B3BC680E62DA0E0071D39F /* PBXTextBookmark */ = {
...
...
@@ -1148,7 +1280,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 148";
rLen = 0;
rLoc = 85
2
1;
rLoc = 85
8
1;
rType = 0;
vrLen = 1760;
vrLoc = 4106;
...
...
@@ -1368,7 +1500,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 148";
rLen = 0;
rLoc = 85
2
1;
rLoc = 85
8
1;
rType = 0;
vrLen = 1906;
vrLoc = 4264;
...
...
@@ -1398,7 +1530,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 148";
rLen = 0;
rLoc = 85
2
1;
rLoc = 85
8
1;
rType = 0;
vrLen = 1944;
vrLoc = 4226;
...
...
@@ -1418,7 +1550,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 145";
rLen = 0;
rLoc =
6751
;
rLoc =
5618
;
rType = 0;
vrLen = 1982;
vrLoc = 4224;
...
...
@@ -1518,7 +1650,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 137";
rLen = 0;
rLoc =
625
8;
rLoc =
561
8;
rType = 0;
vrLen = 2082;
vrLoc = 4701;
...
...
@@ -1538,7 +1670,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 137";
rLen = 0;
rLoc =
625
8;
rLoc =
561
8;
rType = 0;
vrLen = 2105;
vrLoc = 5050;
...
...
@@ -1562,7 +1694,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 134";
rLen = 0;
rLoc =
6117
;
rLoc =
5618
;
rType = 0;
vrLen = 2347;
vrLoc = 375;
...
...
@@ -1582,7 +1714,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 134";
rLen = 0;
rLoc =
6117
;
rLoc =
5618
;
rType = 0;
vrLen = 2299;
vrLoc = 4851;
...
...
@@ -1602,7 +1734,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 134";
rLen = 0;
rLoc =
6117
;
rLoc =
5618
;
rType = 0;
vrLen = 2304;
vrLoc = 4851;
...
...
@@ -1622,7 +1754,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 134";
rLen = 0;
rLoc =
6117
;
rLoc =
5618
;
rType = 0;
vrLen = 2412;
vrLoc = 4743;
...
...
@@ -1692,7 +1824,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 134";
rLen = 0;
rLoc =
6117
;
rLoc =
5618
;
rType = 0;
vrLen = 2304;
vrLoc = 4851;
...
...
@@ -1732,7 +1864,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 155";
rLen = 0;
rLoc =
7092
;
rLoc =
5618
;
rType = 0;
vrLen = 2414;
vrLoc = 4743;
...
...
@@ -1752,7 +1884,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 155";
rLen = 0;
rLoc =
7092
;
rLoc =
5618
;
rType = 0;
vrLen = 2415;
vrLoc = 4741;
...
...
@@ -1772,7 +1904,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 155";
rLen = 0;
rLoc =
7054
;
rLoc =
5618
;
rType = 0;
vrLen = 2413;
vrLoc = 4743;
...
...
@@ -1792,7 +1924,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 155";
rLen = 0;
rLoc =
7054
;
rLoc =
5618
;
rType = 0;
vrLen = 2413;
vrLoc = 4743;
...
...
@@ -1812,7 +1944,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 155";
rLen = 0;
rLoc =
7054
;
rLoc =
5618
;
rType = 0;
vrLen = 2413;
vrLoc = 4743;
...
...
@@ -1852,7 +1984,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 155";
rLen = 0;
rLoc =
7054
;
rLoc =
5618
;
rType = 0;
vrLen = 2210;
vrLoc = 4952;
...
...
@@ -1982,7 +2114,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 168";
rLen = 0;
rLoc =
7821
;
rLoc =
5618
;
rType = 0;
vrLen = 2553;
vrLoc = 4851;
...
...
@@ -2012,7 +2144,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 169";
rLen = 0;
rLoc =
7821
;
rLoc =
5618
;
rType = 0;
vrLen = 2452;
vrLoc = 4992;
...
...
@@ -2042,7 +2174,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 169";
rLen = 0;
rLoc =
7821
;
rLoc =
5618
;
rType = 0;
vrLen = 2452;
vrLoc = 4992;
...
...
@@ -2062,7 +2194,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 165";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2302;
vrLoc = 4703;
...
...
@@ -2092,7 +2224,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 165";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2302;
vrLoc = 4703;
...
...
@@ -2232,7 +2364,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 165";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2446;
vrLoc = 5267;
...
...
@@ -2262,7 +2394,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 165";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2303;
vrLoc = 4704;
...
...
@@ -2302,7 +2434,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 165";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2392;
vrLoc = 5503;
...
...
@@ -2322,7 +2454,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 165";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2392;
vrLoc = 5503;
...
...
@@ -2372,7 +2504,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 165";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2392;
vrLoc = 5503;
...
...
@@ -2392,7 +2524,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 180";
rLen = 0;
rLoc = 8
34
8;
rLoc = 8
40
8;
rType = 0;
vrLen = 2446;
vrLoc = 5449;
...
...
@@ -2412,7 +2544,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 180";
rLen = 0;
rLoc = 8
34
8;
rLoc = 8
40
8;
rType = 0;
vrLen = 2552;
vrLoc = 375;
...
...
@@ -2642,7 +2774,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 183";
rLen = 0;
rLoc =
7540
;
rLoc =
5618
;
rType = 0;
vrLen = 2392;
vrLoc = 6363;
...
...
@@ -2762,7 +2894,7 @@
fRef = B5731AFB0E430B1F0008024F /* ASIHTTPRequestTests.m */;
name = "ASIHTTPRequestTests.m: 168";
rLen = 0;
rLoc =
625
8;
rLoc =
561
8;
rType = 0;
vrLen = 2203;
vrLoc = 4132;
...
...
Please
register
or
login
to post a comment