You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by sa...@locus.apache.org on 2000/10/10 00:44:40 UTC

cvs commit: jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty positiveSetBooleanObj.html positiveSetBooleanPrim.html positiveSetByteObj.html positiveSetBytePrim.html positiveSetCharObj.html positiveSetCharPrim.html positiveSetDoubleObj.html positiveSetDoublePrim.html positiveSetFloatObj.html positiveSetFloatPrim.html positiveSetIndexedProp.html positiveSetIntObj.html positiveSetIntPrim.html positiveSetLongObj.html positiveSetLongPrim.html positiveSetPropAll.html positiveSetPropNoParam.html positiveSetPropParam.html positiveSetPropSingleQuotes.html positiveSetPropValue.html positiveUseBeanInit.html positiveUseBeanNext.html

santosh     00/10/09 15:44:40

  Added:       src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty
                        positiveSetBooleanObj.html
                        positiveSetBooleanPrim.html positiveSetByteObj.html
                        positiveSetBytePrim.html positiveSetCharObj.html
                        positiveSetCharPrim.html positiveSetDoubleObj.html
                        positiveSetDoublePrim.html positiveSetFloatObj.html
                        positiveSetFloatPrim.html
                        positiveSetIndexedProp.html positiveSetIntObj.html
                        positiveSetIntPrim.html positiveSetLongObj.html
                        positiveSetLongPrim.html positiveSetPropAll.html
                        positiveSetPropNoParam.html
                        positiveSetPropParam.html
                        positiveSetPropSingleQuotes.html
                        positiveSetPropValue.html positiveUseBeanInit.html
                        positiveUseBeanNext.html
  Log:
  watchdog 4.0
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetBooleanObj.html
  
  Index: positiveSetBooleanObj.html
  ===================================================================
  <html>
  <title>positiveSetBooleanObj</title>
  <body>
           
  <!-- We are testing if are able to set a Boolean property and get it -->
  
  
  true
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetBooleanPrim.html
  
  Index: positiveSetBooleanPrim.html
  ===================================================================
  <html>
  <title>positiveSetBooleanPrim</title>
  <body>
           
  <!-- We are testing if are able to set a PrimitiveBoolean property and get it -->
  
  
  false
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetByteObj.html
  
  Index: positiveSetByteObj.html
  ===================================================================
  <html>
  <title>positiveSetByteObj</title>
  <body>
           
  <!-- We are testing if are able to set a byte property and get it -->
  
  
  123
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetBytePrim.html
  
  Index: positiveSetBytePrim.html
  ===================================================================
  <html>
  <title>positiveSetBytePrim</title>
  <body>
           
  <!-- We are testing if are able to set a primitiveByte property and get it -->
  
  
  123
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetCharObj.html
  
  Index: positiveSetCharObj.html
  ===================================================================
  <html>
  <title>positiveSetCharObj</title>
  <body>
           
  <!-- We are testing if are able to set a Character property and get it -->
  
  
  A
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetCharPrim.html
  
  Index: positiveSetCharPrim.html
  ===================================================================
  <html>
  <title>positiveSetCharPrim</title>
  <body>
  
           
  <!-- We are testing if are able to set a Primitive Character property and get it -->
  
  
  
  
  
  R
  
  
  </body>
  </html> 
  
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetDoubleObj.html
  
  Index: positiveSetDoubleObj.html
  ===================================================================
  <html>
  <title>positiveSetDoubleObj</title>
  <body>
           
  <!-- We are testing if are able to set a Double property and get it -->
  
  
  123456.0
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetDoublePrim.html
  
  Index: positiveSetDoublePrim.html
  ===================================================================
  <html>
  <title>positiveSetDoublePrim</title>
  <body>
           
  <!-- We are testing if are able to set a PrimitiveDouble property and get it -->
  
  
  123456.0
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetFloatObj.html
  
  Index: positiveSetFloatObj.html
  ===================================================================
  <html>
  <title>positiveSetFloatObj</title>
  <body>
           
  <!-- We are testing if are able to set a Float property and get it -->
  
  
  15.0
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetFloatPrim.html
  
  Index: positiveSetFloatPrim.html
  ===================================================================
  <html>
  <title>positiveSetFloatPrim</title>
  <body>
           
  <!-- We are testing if are able to set a primitiveFloat property and get it -->
  
  
  123.0
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetIndexedProp.html
  
  Index: positiveSetIndexedProp.html
  ===================================================================
  <html>
  <title>positiveSetIndexedProp</title>
  <body>
  
  
  
  
  <!-- Declaring the bean without body -->
  
  
  <!-- Accessing the property through a scriptlet -->
  
  24
  25
  26
  
  
  </body>
  </html> 
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetIntObj.html
  
  Index: positiveSetIntObj.html
  ===================================================================
  <html>
  <title>positiveSetIntObj</title>
  <body>
           
  <!-- We are testing if are able to set an int property and get it -->
  
  
  21
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetIntPrim.html
  
  Index: positiveSetIntPrim.html
  ===================================================================
  <html>
  <title>positiveSetIntPrim</title>
  <body>
           
  <!-- We are testing if are able to set a PrimitiveInt property and get it -->
  
  
  12
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetLongObj.html
  
  Index: positiveSetLongObj.html
  ===================================================================
  <html>
  <title>positiveSetLongObj</title>
  <body>
           
  <!-- We are testing if are able to set a Long property and get it -->
  
  
  12345
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetLongPrim.html
  
  Index: positiveSetLongPrim.html
  ===================================================================
  <html>
  <title>positiveSetLongPrim</title>
  <body>
  
  <!-- We are testing if are able to set a Long property and get it -->
  
  
  54321
  
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetPropAll.html
  
  Index: positiveSetPropAll.html
  ===================================================================
  <html>
  <title>positiveSetPropAll</title>
  <body>
  
  <!-- Declaring the bean with out body -->
  
  
  <!-- Accessing the properties thru a scriptlet -->
   null 
  <br> hello
  
  <br> 0 
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetPropNoParam.html
  
  Index: positiveSetPropNoParam.html
  ===================================================================
  <html>
  <title>positiveSetPropNoParam</title>
  <body>
  
           
  <!-- Declaring the bean with body -->
  
  
  
  
  
  
  <!-- Accessing the property thru a scriptlet -->
  
  SAPPOTA
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetPropParam.html
  
  Index: positiveSetPropParam.html
  ===================================================================
  <html>
  <title>positiveSetPropParam</title>
  <body>
  <!-- Declaring the bean with out body -->
  
  
  <!-- Accessing the property thru a scriptlet -->
  MANGO
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetPropSingleQuotes.html
  
  Index: positiveSetPropSingleQuotes.html
  ===================================================================
  <html>
  <title>positiveSetPropSingleQuotes</title>
  <body>
  
  <!- testing if are able to set a  property using single quoted expression -->
  
  HTTP/1.0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveSetPropValue.html
  
  Index: positiveSetPropValue.html
  ===================================================================
  <html>
  <title>positiveSetPropValue</title>
  <body>
  <!-- Declaring the bean with out body -->
  
  
  <!-- Accessing the property thru a scriptlet -->
  
  KHATTA-MEETHA
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveUseBeanInit.html
  
  Index: positiveUseBeanInit.html
  ===================================================================
  <html>
  <title>positiveUseBeanInit</title>
  <body>
  <!-- Declaring the bean   -->
  
  
  <!-- Accessing the property thru a scriptlet -->
  
  Tony
  
  </body>
  </html> 
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/beantests/setProperty/positiveUseBeanNext.html
  
  Index: positiveUseBeanNext.html
  ===================================================================
  <html>
  <title>positiveUseBeanNext</title>
  <body>
  <!-- Declaring the bean with out body -->
  
  <!-- Accessing the property thru a scriptlet -->
  
  90336
  APPLE
  
  </body>
  </html>