Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@776370 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 4b53f0d
  • Loading branch information
sebbASF committed May 19, 2009
1 parent f3967d6 commit 4f109d4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extras/Test.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<stringProp name="TestPlan.user_define_classpath"></stringProp>
<boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
<boolProp name="TestPlan.functional_mode">false</boolProp>
<stringProp name="TestPlan.comments">Sample test for demonstrating JMeter Ant build script</stringProp>
<stringProp name="TestPlan.comments">Sample test for demonstrating JMeter Ant build script and Schematic stylesheet</stringProp>
</TestPlan>
<hashTree>
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Thread Group" enabled="true">
Expand Down
18 changes: 18 additions & 0 deletions extras/schematic.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
@echo off

rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License"); you may not use this file except in compliance with
rem the License. You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.

rem Drop a JMX file on this script to create a schematic of the test plan as an HTML file

cd /d %~dp0
set name=%~n1
if .%1 ==. set name=Test
Expand Down

0 comments on commit 4f109d4

Please sign in to comment.