ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
gr2lib
/
trunk
/
gr2lib_UnitTest
/
shared.cs
Revision:
64
Committed:
Thu Jul 15 08:36:44 2010 UTC
(13 years, 4 months ago) by
william
File size:
289 byte(s)
Log Message:
Add GRANNY_TEST_FILE constant
File Contents
#
Content
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Text
;
4
5
namespace
gr2lib_UnitTest
6
{
7
internal
class
shared
8
{
9
internal
const
string
GRANNY_TEST_FILE
=
"./media/gryphon.gr2"
;
10
internal
const
string
EXPECTED_API_VERSION
=
"2.7.0.30"
;
11
}
12
}