You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by uvwxy <gi...@git.apache.org> on 2015/05/14 12:57:40 UTC

[GitHub] thrift pull request: [THRIFT-2820] Implement an alternative Transp...

Github user uvwxy commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/413#discussion_r30312844
  
    --- Diff: lib/js/test/test-angular.html ---
    @@ -0,0 +1,58 @@
    +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    +<!--
    +  Licensed to the Apache Software Foundation (ASF) under one
    +  or more contributor license agreements. See the NOTICE file
    +  distributed with this work for additional information
    +  regarding copyright ownership. The ASF licenses this file
    +  to you under the Apache License, Version 2.0 (the
    +  "License"); you may not use this file except in compliance
    +  with the License. You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +  Unless required by applicable law or agreed to in writing,
    +  software distributed under the License is distributed on an
    +  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +  KIND, either express or implied. See the License for the
    +  specific language governing permissions and limitations
    +  under the License.
    +-->
    +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    +<head>
    +  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    +  <title>Thrift Javascript Bindings: Unit Test</title>
    +
    +  <script src="build/js/thrift.js"         type="text/javascript" charset="utf-8"></script>
    +  <script src="gen-js/ThriftTest_types.js" type="text/javascript" charset="utf-8"></script>
    +  <script src="gen-js/ThriftTest.js"       type="text/javascript" charset="utf-8"></script>
    +
    +  <!-- AngularJS + Dependency-->
    +  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
    --- End diff --
    
    The dependency is required to run the tests that do not use the angular js service.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---