Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
dee3d33f
Commit
dee3d33f
authored
17 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
test using #define'd xml (see view private header)
parent
d562f747
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapView/zmapViewRemoteSend.c
+5
-2
5 additions, 2 deletions
src/zmapView/zmapViewRemoteSend.c
with
5 additions
and
2 deletions
src/zmapView/zmapViewRemoteSend.c
+
5
−
2
View file @
dee3d33f
...
...
@@ -27,9 +27,9 @@
*
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited:
Jul 16 15:51
200
7
(rds)
* Last edited:
Apr 7 11:35
200
8
(rds)
* Created: Mon Jul 16 13:48:20 2007 (rds)
* CVS info: $Id: zmapViewRemoteSend.c,v 1.
1
200
7
-0
7
-1
8
1
3:49:28
rds Exp $
* CVS info: $Id: zmapViewRemoteSend.c,v 1.
2
200
8
-0
4
-1
0
1
4:21:51
rds Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -161,6 +161,9 @@ static void send_client_command(ZMapXRemoteObj client, ZMapXMLParser parser,
/* You can do dummy tests of xml by setting xml_only to point to a string of xml
* that you have defined. */
#ifdef ZMAP_VIEW_REMOTE_SEND_XML_TEST
xml_only
=
ZMAP_VIEW_REMOTE_SEND_XML_TEST
;
#endif
/* ZMAP_VIEW_REMOTE_SEND_XML_TEST */
if
((
parses_ok
=
zMapXMLParserParseBuffer
(
parser
,
xml_only
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment