Initial commit
This commit is contained in:
1
ZTestSuite/FileSystemTestDir/ZFileSystemTest-001.txt
Normal file
1
ZTestSuite/FileSystemTestDir/ZFileSystemTest-001.txt
Normal file
@@ -0,0 +1 @@
|
||||
abc
|
||||
4
ZTestSuite/FileSystemTestDir/ZFileSystemTest-002
Normal file
4
ZTestSuite/FileSystemTestDir/ZFileSystemTest-002
Normal file
@@ -0,0 +1,4 @@
|
||||
test
|
||||
this is
|
||||
a
|
||||
test
|
||||
BIN
ZTestSuite/FileSystemTestDir/ZFileSystemTest-7z.zep
Normal file
BIN
ZTestSuite/FileSystemTestDir/ZFileSystemTest-7z.zep
Normal file
Binary file not shown.
BIN
ZTestSuite/FileSystemTestDir/ZFileSystemTest-ZIP.zep
Normal file
BIN
ZTestSuite/FileSystemTestDir/ZFileSystemTest-ZIP.zep
Normal file
Binary file not shown.
40
ZTestSuite/FileSystemTestDir/test1.xml
Normal file
40
ZTestSuite/FileSystemTestDir/test1.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
<building>
|
||||
<assetInfo>
|
||||
<version specRev="1" />
|
||||
<authoring name="Chris Ertel" email="cre1@www.762studios.com" copyright="Copyright 2010" license="CCSA"/>
|
||||
<title string="ZomCo office"/>
|
||||
<validationFlags unique="false" maxSeen="12" />
|
||||
</assetInfo>
|
||||
|
||||
<assetDependencies>
|
||||
<dependency package="textures\houseWalls"/>
|
||||
<dependency package="textures\houseFloors"/>
|
||||
<dependency package="objects\houseAppliances"/>
|
||||
</assetDependencies>
|
||||
|
||||
<construction>
|
||||
<walls>
|
||||
<wallSegment wallType="Stucco3" fromSpot="3,3" toSpot="3,6" baseAltitude="0" wallHeight="2"/>
|
||||
</walls>
|
||||
|
||||
<floors>
|
||||
<floorSegment floorType="Stucco3" NWCorner="3,3" SECorner="6,6" baseAltitude="0" />
|
||||
</floors>
|
||||
|
||||
<ceilings>
|
||||
<ceilingSegment ceilingType="Stucco3" NWCorner="3,3" SECorner="6,6" baseAltitude="0" />
|
||||
</ceilings>
|
||||
</construction>
|
||||
|
||||
<layout>
|
||||
<space spaceType="Living room" NWCorner="3,3" SECorner="6,6" baseAltitude="0" height="3"/>
|
||||
<space spaceType="Kitchen" NWCorner="3,3" SECorner="6,6" baseAltitude="0" height="3"/>
|
||||
<space spaceType="Bed room" NWCorner="3,3" SECorner="6,6" baseAltitude="0" height="3"/>
|
||||
</layout>
|
||||
|
||||
<furnishings>
|
||||
<object name="smallLamp" pos="24.42,43.32,239.15" rot=".4324 .24232 .12342 .23432" />
|
||||
<object name="book" pos="24.42,43.32,239.15" rot=".4234 .4323 .12364 .8654" />
|
||||
</furnishings>
|
||||
</building>
|
||||
18
ZTestSuite/FileSystemTestDir/testAttributes.xml
Normal file
18
ZTestSuite/FileSystemTestDir/testAttributes.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
This is a sample XML file for testing attributes.
|
||||
|
||||
It has multiple elements, testing string, real, integer, body text, and boolean attributes.
|
||||
-->
|
||||
<collection>
|
||||
<speech>
|
||||
"For score and seven years ago, our forefathers in order to form a more perfect union brought
|
||||
forth on this Earth a great nation."
|
||||
</speech>
|
||||
<speech author="Nixon, D." published="1860" approvalRating=".5" veracity="false">
|
||||
"I am not a crook."
|
||||
</speech>
|
||||
<speech author="Chaplin, Charlie" published="1860" approvalRating="3" veracity="bogus"/>
|
||||
<speech author="" published="bogus" approvalRating="bogus" veracity="bogus">
|
||||
</speech>
|
||||
</collection>
|
||||
1
ZTestSuite/FileSystemTestDir/writedir/FileWriteTest
Normal file
1
ZTestSuite/FileSystemTestDir/writedir/FileWriteTest
Normal file
@@ -0,0 +1 @@
|
||||
ABCDEFG
|
||||
@@ -0,0 +1,4 @@
|
||||
[Header1]
|
||||
Variable1=Value1
|
||||
Variable2=Value2
|
||||
|
||||
Reference in New Issue
Block a user